mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-07-19 16:31:17 -05:00
Fix Pokedex form bitflags not saved in XY
This commit is contained in:
parent
945d0187ee
commit
91535c8a7b
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user