mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-11 07:04:16 +00:00
Fix Pokedex form bitflags not saved in XY
This commit is contained in:
parent
945d0187ee
commit
91535c8a7b
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@ namespace PKHeX
|
|||
ldata.CopyTo(sav, Main.SAV.PokeDexLanguageFlags);
|
||||
}
|
||||
|
||||
formbools.CopyTo(sav, Main.SAV.PokeDex + 0x368);
|
||||
|
||||
// Return Foreign Array
|
||||
{
|
||||
byte[] foreigndata = new byte[0x52];
|
||||
|
|
Loading…
Reference in a new issue