mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
add missing pokedex offset spoof for gen3 saves
https://projectpokemon.org/home/forums/topic/55704-drag-drop-to-boxes-not-working-in-blank-gen-3-save/ ty ICanSnake
This commit is contained in:
parent
eac3804c7b
commit
f07aed904d
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ namespace PKHeX.Core
|
|||
GameVersion.E => Legal.Pouch_Key_E,
|
||||
_ => Legal.Pouch_Key_FRLG
|
||||
};
|
||||
PokeDex = BlockOfs[0] + 0x18;
|
||||
SeenFlagOffsets = Array.Empty<int>();
|
||||
|
||||
Initialize();
|
||||
|
|
Loading…
Reference in a new issue