From df09868470be30867a6fc66944ad1ea0fe3291ca Mon Sep 17 00:00:00 2001 From: CanoeHope <43196464+CanoeHope@users.noreply.github.com> Date: Thu, 19 Mar 2020 14:38:17 -0400 Subject: [PATCH] Add another SWSH block (#2793) Nothing special. Just found it and figured why not add it. --- 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 729f142e4..e305d3cd3 100644 --- a/PKHeX.Core/Saves/Access/SaveBlockAccessor8SWSH.cs +++ b/PKHeX.Core/Saves/Access/SaveBlockAccessor8SWSH.cs @@ -123,5 +123,6 @@ public SaveBlockAccessor8SWSH(SAV8SWSH sav) 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 } }