Add another SWSH block (#2793)

Nothing special. Just found it and figured why not add it.
This commit is contained in:
CanoeHope
2020-03-19 14:38:17 -04:00
committed by GitHub
parent 287a2ac5c5
commit df09868470

View File

@@ -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
}
}