Fix keyitem reference

Closes #2410 ty @PKMWM1
This commit is contained in:
Kurt 2019-11-01 23:12:31 -07:00 committed by GitHub
parent 45f1d824e6
commit d59764f25f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ namespace PKHeX.Core
{
GameVersion.RS => Legal.Pouch_Key_RS,
GameVersion.E => Legal.Pouch_Key_E,
_ => Legal.Pouch_Key_RS
_ => Legal.Pouch_Key_FRLG
};
SeenFlagOffsets = Array.Empty<int>();
@ -115,7 +115,7 @@ namespace PKHeX.Core
{
GameVersion.RS => Legal.Pouch_Key_RS,
GameVersion.E => Legal.Pouch_Key_E,
_ => Legal.Pouch_Key_RS
_ => Legal.Pouch_Key_FRLG
};
PokeDex = BlockOfs[0] + 0x18;