mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
parent
45f1d824e6
commit
d59764f25f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue