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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,5 +123,6 @@ namespace PKHeX.Core
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
}
}