Fix Pokedex form bitflags not saved in XY

This commit is contained in:
chenzw95 2016-03-15 15:04:21 +08:00
parent 945d0187ee
commit 91535c8a7b

View file

@ -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];