mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-11 15:07:11 +00:00
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
This commit is contained in:
parent
c131724f62
commit
98b785fdf7
1 changed files with 4 additions and 4 deletions
|
@ -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"},
|
||||
|
|
Loading…
Reference in a new issue