mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-26 09:54:13 -05:00
Merge pull request #83 from chenzw95/dexform-fix
Fix Pokedex form bitflags not saved in XY
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user