From 91535c8a7bd3d873a7cf7c9bc8d65efbb6f47642 Mon Sep 17 00:00:00 2001 From: chenzw95 Date: Tue, 15 Mar 2016 15:04:21 +0800 Subject: [PATCH] Fix Pokedex form bitflags not saved in XY --- SAV/SAV_PokedexXY.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SAV/SAV_PokedexXY.cs b/SAV/SAV_PokedexXY.cs index e0dd70441..bebad5009 100644 --- a/SAV/SAV_PokedexXY.cs +++ b/SAV/SAV_PokedexXY.cs @@ -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];