From 08a7f818f2c76efb910d01870ace278ede2cfda1 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 10 Mar 2017 17:50:53 -0800 Subject: [PATCH] Add 8 more g7 trainer stat records Thanks tastymeatball & Holla! --- .../Subforms/Save Editors/Gen7/SAV_Trainer7.cs | 10 +++++++++- 1 file changed, 9 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 a5fb33b01..ab0628825 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -444,7 +444,7 @@ private void B_GenTID_Click(object sender, EventArgs e) {037, "Beans Given"}, {038, "Festival Coins Spent"}, {039, "Poke Beans Collected"}, - {040, "Battles at the Battle Tree"}, + {040, "Battle Tree Challenges"}, {041, "Z-Moves Used"}, {042, "Balls Used"}, {044, "Moves Used"}, @@ -452,11 +452,15 @@ private void B_GenTID_Click(object sender, EventArgs e) {047, "Rock Smash Items"}, {048, "Medicine Used"}, {050, "Total Thumbs-Ups"}, + {051, "Times Twirled"}, {052, "Record Thumbs-ups"}, {053, "Pokemon Petted"}, {054, "Poké Pelago Visits"}, {055, "Poké Bean Trades"}, {056, "Poké Pelago Tapped Pokémon"}, + {057, "Poké Pelago Bean Stacks put in Crate"}, + {063, "Battle Videos Watched"}, + {064, "Battle Videos Rebattled"}, {065, "RotomDex Interactions"}, {066, "Guests Interacted With"}, {067, "Berry Piles Collected"}, @@ -476,12 +480,16 @@ private void B_GenTID_Click(object sender, EventArgs e) {117, "Pokemon Evolved (Today)"}, {118, "Fossils Restored"}, {119, "Photos Rated"}, + {120, "Best Super Singles Streak"}, + {121, "Best Super Doubles Streak"}, + {122, "Best Super Multi Streak"}, {123, "Loto-ID Wins"}, {124, "PP Raised"}, {127, "Shiny Pokemon Encountered"}, {128, "Missions Participated In"}, {129, "Facilities Hosted"}, {130, "QR Code Scans"}, + {131, "Moves learned with TMs"}, {132, "Café Drinks Bought"}, {133, "Trainer Card Photos Taken"}, {134, "Evolutions Cancelled"},