Merge pull request #83 from chenzw95/dexform-fix

Fix Pokedex form bitflags not saved in XY
This commit is contained in:
Kaphotics
2016-03-15 00:15:37 -07:00

View File

@@ -254,6 +254,8 @@ private void setData()
ldata.CopyTo(sav, Main.SAV.PokeDexLanguageFlags);
}
formbools.CopyTo(sav, Main.SAV.PokeDex + 0x368);
// Return Foreign Array
{
byte[] foreigndata = new byte[0x52];