mirror of
https://github.com/kwsch/pkNX.git
synced 2026-05-09 04:31:08 -05:00
Fix Evolution and Learnset Editor for PLA (#206)
This commit is contained in:
parent
0f65a31ab6
commit
ec9d9c539e
|
|
@ -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() });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user