From a569d91c5e5484a8af2b49574afb3b5b0a44f115 Mon Sep 17 00:00:00 2001 From: CanoeHope <43196464+CanoeHope@users.noreply.github.com> Date: Thu, 5 Nov 2020 17:08:04 -0500 Subject: [PATCH] Add CurrentDex Block (#3081) Block-Key was present since IoA (1.2.0) update. --- PKHeX.Core/Saves/Access/SaveBlockAccessor8SWSH.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PKHeX.Core/Saves/Access/SaveBlockAccessor8SWSH.cs b/PKHeX.Core/Saves/Access/SaveBlockAccessor8SWSH.cs index 9445e89ea..5517ffc6d 100644 --- a/PKHeX.Core/Saves/Access/SaveBlockAccessor8SWSH.cs +++ b/PKHeX.Core/Saves/Access/SaveBlockAccessor8SWSH.cs @@ -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