From ff2dc1356b0bed18cfdf0ceac99d8732bcd00a48 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 11 Mar 2017 10:40:55 -0800 Subject: [PATCH] Add more g7 trainer stats A little bit of clarification provided for some Thanks tastymeatball! --- .../Subforms/Save Editors/Gen7/SAV_Trainer7.cs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs index ab0628825..463c0c611 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -411,6 +411,7 @@ private void B_GenTID_Click(object sender, EventArgs e) { {000, "Steps Taken"}, {001, "Times Saved"}, + {002, "Storyline Completed Time"}, {003, "Total Battles"}, {004, "Wild Pokémon Battles"}, {005, "Trainer Battles"}, @@ -452,7 +453,7 @@ private void B_GenTID_Click(object sender, EventArgs e) {047, "Rock Smash Items"}, {048, "Medicine Used"}, {050, "Total Thumbs-Ups"}, - {051, "Times Twirled"}, + {051, "Times Twirled (Pirouette)"}, {052, "Record Thumbs-ups"}, {053, "Pokemon Petted"}, {054, "Poké Pelago Visits"}, @@ -463,7 +464,8 @@ private void B_GenTID_Click(object sender, EventArgs e) {064, "Battle Videos Rebattled"}, {065, "RotomDex Interactions"}, {066, "Guests Interacted With"}, - {067, "Berry Piles Collected"}, + {067, "Berry Piles (not full) Collected"}, + {068, "Berry Piles (full) Collected"}, {069, "Items Reeled In"}, {100, "Champion Title Defense"}, @@ -480,9 +482,9 @@ 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"}, + {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"}, @@ -523,7 +525,7 @@ private void B_GenTID_Click(object sender, EventArgs e) {169, "Rustling Grass Encounters"}, {170, "Dirt Cloud Encounters"}, {171, "Wimpod Chases"}, - {172, "Berry Tree Battles"}, + {172, "Berry Tree Battles won"}, {173, "Bubbling Spot Encounters/Items"}, {174, "Times laid down in Own Bed"}, };