From 98b785fdf7ace8d57b29713077a5ef3777ed0f77 Mon Sep 17 00:00:00 2001 From: ReignOfComputer Date: Fri, 3 Feb 2017 12:38:21 +0800 Subject: [PATCH] Add Clarity to Gen 7 Stats Reference: https://projectpokemon.org/forums/forums/topic/40020-why-are-there-two-pokemon-caught-in-trainer-stats/#comment-209810 --- PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs index 0b72141bc..ef39f0425 100644 --- a/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs +++ b/PKHeX.WinForms/Subforms/Save Editors/Gen7/SAV_Trainer7.cs @@ -418,10 +418,10 @@ namespace PKHeX.WinForms {066, "Guests Interacted With"}, {100, "Champion Title Defense"}, - {110, "Pokemon Defeated"}, - {112, "Pokemon Caught"}, - {114, "Trainers Battled"}, - {116, "Pokemon Evolved"}, + {110, "Pokemon Defeated (Highest)"}, + {112, "Pokemon Caught (Highest)"}, + {114, "Trainers Battled (Highest)"}, + {116, "Pokemon Evolved (Highest)"}, {118, "Fossils Restored"}, {119, "Photos Taken"}, {123, "Loto-ID Wins"},