From ae0777018c54e5d480fe9f0e0f7d1d905d2c2b0a Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 14 Feb 2020 11:48:13 -0800 Subject: [PATCH] Update PB7.cs Co-Authored-By: Chris Feger --- PKHeX.Core/PKM/PB7.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PKHeX.Core/PKM/PB7.cs b/PKHeX.Core/PKM/PB7.cs index e4fa86eac..9381329aa 100644 --- a/PKHeX.Core/PKM/PB7.cs +++ b/PKHeX.Core/PKM/PB7.cs @@ -652,6 +652,8 @@ namespace PKHeX.Core Met_Level = Met_Level, OT_Gender = OT_Gender, + HyperTrainFlags = HyperTrainFlags, + // Memories don't exist in LGPE, and no memories are set on transfer. OT_Memory = OT_Memory, OT_TextVar = OT_TextVar,