From 4f2b9baeded5c2b83f7edbb01ba5dbf5bc86a037 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 29 Mar 2019 09:40:31 -0700 Subject: [PATCH] Add missing stamp Closes #2274 --- PKHeX.Core/Saves/Substructures/Gen7/Stamp7.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ public enum Stamp7 _50_Consecutive_Multi_Battle_Wins, Poke_Finder_Pro, } -} \ No newline at end of file +}