From 58a89377af2afa3bfa22df858af694d457b321fb Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 26 Feb 2017 18:33:56 -0800 Subject: [PATCH] Add more g7 stat records Thanks tastymeatball! --- PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs index 487f713ee..74fadbfdd 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -407,15 +407,19 @@ private void B_GenTID_Click(object sender, EventArgs e) {006, "Pokemon Caught"}, {007, "Pokemon Caught Fishing"}, {008, "Eggs Hatched"}, - {009, "Pokemon Evolved"}, + {009, "Pokémon Evolved"}, + {010, "Pokémon Healed at Pokémon Centers"}, {011, "Link Trades"}, {012, "Link Battles"}, {013, "Link Battle Wins"}, {015, "Battle Spot Battles"}, + {016, "Mart Stack Purchases"}, {019, "Money Spent"}, + {021, "Pokémon Defeated"}, {022, "Exp. Points Collected"}, {024, "Deposited in the GTS"}, {025, "Nicknames Given"}, + {026, "Bonus Premier Balls Received"}, {027, "Battle Points Earned"}, {028, "Battle Points Spent"}, {029, "Super Effective Moves Used"}, @@ -434,6 +438,7 @@ private void B_GenTID_Click(object sender, EventArgs e) {052, "Record Thumbs-ups"}, {053, "Pokemon Petted"}, {066, "Guests Interacted With"}, + {067, "Berry Piles Collected"}, {100, "Champion Title Defense"}, {110, "Pokemon Defeated (Highest)"},