Add more g7 trainer stats

A little bit of clarification provided for some
Thanks tastymeatball!
This commit is contained in:
Kurt 2017-03-11 10:40:55 -08:00
parent 9180f32032
commit ff2dc1356b

View file

@ -411,6 +411,7 @@ namespace PKHeX.WinForms
{ {
{000, "Steps Taken"}, {000, "Steps Taken"},
{001, "Times Saved"}, {001, "Times Saved"},
{002, "Storyline Completed Time"},
{003, "Total Battles"}, {003, "Total Battles"},
{004, "Wild Pokémon Battles"}, {004, "Wild Pokémon Battles"},
{005, "Trainer Battles"}, {005, "Trainer Battles"},
@ -452,7 +453,7 @@ namespace PKHeX.WinForms
{047, "Rock Smash Items"}, {047, "Rock Smash Items"},
{048, "Medicine Used"}, {048, "Medicine Used"},
{050, "Total Thumbs-Ups"}, {050, "Total Thumbs-Ups"},
{051, "Times Twirled"}, {051, "Times Twirled (Pirouette)"},
{052, "Record Thumbs-ups"}, {052, "Record Thumbs-ups"},
{053, "Pokemon Petted"}, {053, "Pokemon Petted"},
{054, "Poké Pelago Visits"}, {054, "Poké Pelago Visits"},
@ -463,7 +464,8 @@ namespace PKHeX.WinForms
{064, "Battle Videos Rebattled"}, {064, "Battle Videos Rebattled"},
{065, "RotomDex Interactions"}, {065, "RotomDex Interactions"},
{066, "Guests Interacted With"}, {066, "Guests Interacted With"},
{067, "Berry Piles Collected"}, {067, "Berry Piles (not full) Collected"},
{068, "Berry Piles (full) Collected"},
{069, "Items Reeled In"}, {069, "Items Reeled In"},
{100, "Champion Title Defense"}, {100, "Champion Title Defense"},
@ -480,9 +482,9 @@ namespace PKHeX.WinForms
{117, "Pokemon Evolved (Today)"}, {117, "Pokemon Evolved (Today)"},
{118, "Fossils Restored"}, {118, "Fossils Restored"},
{119, "Photos Rated"}, {119, "Photos Rated"},
{120, "Best Super Singles Streak"}, {120, "Best (Super) Singles Streak"},
{121, "Best Super Doubles Streak"}, {121, "Best (Super) Doubles Streak"},
{122, "Best Super Multi Streak"}, {122, "Best (Super) Multi Streak"},
{123, "Loto-ID Wins"}, {123, "Loto-ID Wins"},
{124, "PP Raised"}, {124, "PP Raised"},
{127, "Shiny Pokemon Encountered"}, {127, "Shiny Pokemon Encountered"},
@ -523,7 +525,7 @@ namespace PKHeX.WinForms
{169, "Rustling Grass Encounters"}, {169, "Rustling Grass Encounters"},
{170, "Dirt Cloud Encounters"}, {170, "Dirt Cloud Encounters"},
{171, "Wimpod Chases"}, {171, "Wimpod Chases"},
{172, "Berry Tree Battles"}, {172, "Berry Tree Battles won"},
{173, "Bubbling Spot Encounters/Items"}, {173, "Bubbling Spot Encounters/Items"},
{174, "Times laid down in Own Bed"}, {174, "Times laid down in Own Bed"},
}; };