Fix Location bugginess with Legal checking

Thanks Odaxis.
This commit is contained in:
Kaphotics
2016-02-26 20:33:18 -08:00
parent c618e1aac6
commit c6796a09f0

View File

@@ -1854,6 +1854,9 @@ private void updateOriginGame(object sender, EventArgs e)
CB_EncounterType.SelectedValue = 0;
setMarkings(); // Set/Remove KB marking
if (!fieldsLoaded)
return;
pk6.Version = Version;
pk6.Met_Location = Util.getIndex(CB_MetLocation);
pk6.Egg_Location = Util.getIndex(CB_EggLocation);
updateValidMoves();