mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Fix incorrect offset for first Max Lair saved note (#3053)
This commit is contained in:
parent
be7b586d7a
commit
cce6402608
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ namespace PKHeX.Core
|
|||
public const uint KTerrakionFootprintPercentage = 0x771E4C88; // U32 Footprints of Terrakion collected on Crown Tundra; values from 0-100
|
||||
public const uint KVirizionFootprintPercentage = 0xAD67A297; // U32 Footprints of Virizion collected on Crown Tundra; values go from 0-100
|
||||
public const uint KPlayersInteractedOnline = 0x31A13425; // U32 Number of Players interacted with online
|
||||
public const uint KMaxLairSpeciesID1Noted = 0xF26B9151; // U32 Max Lair Species 1 Noted
|
||||
public const uint KMaxLairSpeciesID1Noted = 0x6F669A35; // U32 Max Lair Species 1 Noted
|
||||
public const uint KMaxLairSpeciesID2Noted = 0x6F66951C; // U32 Max Lair Species 2 Noted
|
||||
public const uint KMaxLairSpeciesID3Noted = 0x6F6696CF; // U32 Max Lair Species 3 Noted
|
||||
public const uint KMaxLairEndlessStreak = 0x7F4B4B10; // U32 Endless Dynamax Adventure Best Streak
|
||||
|
|
Loading…
Reference in a new issue