mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 06:20:25 +00:00
Update SaveBlockAccessor8SWSH.cs
This commit is contained in:
parent
0aa95c42c0
commit
61fc0c7504
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ namespace PKHeX.Core
|
|||
public const uint KBirthDay = 0x355C8314; // U32
|
||||
public const uint KCurrentDexEntry = 0x62743428; // U16 Species ID of last Pokedex entry viewed in Galar Dex
|
||||
public const uint KCurrentDexEntryR1 = 0x789FF72D; // U16 Species ID of last Pokedex entry viewed in Armor Dex
|
||||
public const uint KCurrentDexEntryR2 = 0x759FF274; // U16 Species ID of last Pokedex entry viewed in Crown Dex
|
||||
|
||||
public const uint KVolumeBackgroundMusic = 0xF8154AC9; // U32 0-10
|
||||
public const uint KVolumeSoundEffects = 0x62F05895; // U32 0-10
|
||||
|
|
Loading…
Reference in a new issue