diff --git a/pkNX.Game/GameManagerPLA.cs b/pkNX.Game/GameManagerPLA.cs index f053a2ef..9b5d097c 100644 --- a/pkNX.Game/GameManagerPLA.cs +++ b/pkNX.Game/GameManagerPLA.cs @@ -80,11 +80,6 @@ public void ResetText() protected override void Terminate() { - // Store Personal Data back in the file. Let the container detect if it is modified. - var learn = this[GameFile.Learnsets]; - learn[0] = FlatBufferConverter.SerializeFrom(new Learnset8a { Table = Data.LevelUpData.LoadAll() }); - var evos = this[GameFile.Evolutions]; - evos[0] = FlatBufferConverter.SerializeFrom(new EvolutionTable8 { Table = Data.EvolutionData.LoadAll() }); } } }