diff --git a/PKHeX.Core/Saves/Substructures/Gen7/Stamp7.cs b/PKHeX.Core/Saves/Substructures/Gen7/Stamp7.cs index 4d482d17f..4f5e0ed69 100644 --- a/PKHeX.Core/Saves/Substructures/Gen7/Stamp7.cs +++ b/PKHeX.Core/Saves/Substructures/Gen7/Stamp7.cs @@ -2,6 +2,7 @@ { public enum Stamp7 { + Official_Pokemon_Trainer, Melemele_Trial_Completion, Akala_Trial_Completion, Ula_ula_Trial_Completion, @@ -17,4 +18,4 @@ _50_Consecutive_Multi_Battle_Wins, Poke_Finder_Pro, } -} \ No newline at end of file +}