mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 06:10:07 -05:00
Add CurrentDex Block (#3081)
Block-Key was present since IoA (1.2.0) update.
This commit is contained in:
@@ -143,6 +143,7 @@ public SaveBlockAccessor8SWSH(SAV8SWSH sav)
|
||||
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 KCurrentDex = 0x9CF58395; // U32 Galar=0, Armor=1, Crown=2
|
||||
|
||||
public const uint KVolumeBackgroundMusic = 0xF8154AC9; // U32 0-10
|
||||
public const uint KVolumeSoundEffects = 0x62F05895; // U32 0-10
|
||||
|
||||
Reference in New Issue
Block a user