mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Add another SWSH block (#2793)
Nothing special. Just found it and figured why not add it.
This commit is contained in:
parent
287a2ac5c5
commit
df09868470
1 changed files with 1 additions and 0 deletions
|
@ -123,5 +123,6 @@ namespace PKHeX.Core
|
|||
public const uint KDiggingDuoStreakStamina = 0x066F38F5; // U32
|
||||
public const uint KBirthMonth = 0x0D987D50; // U32
|
||||
public const uint KBirthDay = 0x355C8314; // U32
|
||||
public const uint KCurrentDexEntry = 0x62743428; // U16 Species ID of last Pokedex entry viewed
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue