mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
More g7 stat records
Thanks tastymeatball!
This commit is contained in:
parent
7c10c0d7c5
commit
7ab80944fb
1 changed files with 8 additions and 3 deletions
|
@ -413,10 +413,11 @@ namespace PKHeX.WinForms
|
||||||
{012, "Link Battles"},
|
{012, "Link Battles"},
|
||||||
{013, "Link Battle Wins"},
|
{013, "Link Battle Wins"},
|
||||||
{015, "Battle Spot Battles"},
|
{015, "Battle Spot Battles"},
|
||||||
{016, "Mart Stack Purchases"},
|
{018, "Mart Stack Purchases"},
|
||||||
{019, "Money Spent"},
|
{019, "Money Spent"},
|
||||||
{021, "Pokémon Defeated"},
|
{021, "Pokémon Defeated"},
|
||||||
{022, "Exp. Points Collected"},
|
{022, "Exp. Points Collected (Highest)"},
|
||||||
|
{023, "Exp. Points Collected (Today)"},
|
||||||
{024, "Deposited in the GTS"},
|
{024, "Deposited in the GTS"},
|
||||||
{025, "Nicknames Given"},
|
{025, "Nicknames Given"},
|
||||||
{026, "Bonus Premier Balls Received"},
|
{026, "Bonus Premier Balls Received"},
|
||||||
|
@ -442,10 +443,13 @@ namespace PKHeX.WinForms
|
||||||
|
|
||||||
{100, "Champion Title Defense"},
|
{100, "Champion Title Defense"},
|
||||||
{110, "Pokemon Defeated (Highest)"},
|
{110, "Pokemon Defeated (Highest)"},
|
||||||
|
{111, "Pokemon Defeated (Today)"},
|
||||||
{112, "Pokemon Caught (Highest)"},
|
{112, "Pokemon Caught (Highest)"},
|
||||||
|
{113, "Pokemon Caught (Today)"},
|
||||||
{114, "Trainers Battled (Highest)"},
|
{114, "Trainers Battled (Highest)"},
|
||||||
{115, "Items Picked Up"},
|
{115, "Trainers Battled (Today)"},
|
||||||
{116, "Pokemon Evolved (Highest)"},
|
{116, "Pokemon Evolved (Highest)"},
|
||||||
|
{117, "Pokemon Evolved (Today)"},
|
||||||
{118, "Fossils Restored"},
|
{118, "Fossils Restored"},
|
||||||
{119, "Photos Taken"},
|
{119, "Photos Taken"},
|
||||||
{123, "Loto-ID Wins"},
|
{123, "Loto-ID Wins"},
|
||||||
|
@ -454,6 +458,7 @@ namespace PKHeX.WinForms
|
||||||
{128, "Missions Participated In"},
|
{128, "Missions Participated In"},
|
||||||
{129, "Facilities Hosted"},
|
{129, "Facilities Hosted"},
|
||||||
{130, "QR Code Scans"},
|
{130, "QR Code Scans"},
|
||||||
|
{132, "Café Drinks Bought"},
|
||||||
{137, "Battle Royal Dome Battles"},
|
{137, "Battle Royal Dome Battles"},
|
||||||
{158, "Outfit Changes"},
|
{158, "Outfit Changes"},
|
||||||
{159, "Battle Royal Dome Wins"},
|
{159, "Battle Royal Dome Wins"},
|
||||||
|
|
Loading…
Reference in a new issue