mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 13:58:33 +00:00
Merge pull request #83 from chenzw95/dexform-fix
Fix Pokedex form bitflags not saved in XY
This commit is contained in:
commit
f83efd5142
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…
Add table
Reference in a new issue