mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 18:55:41 -05:00
Fix Location bugginess with Legal checking
Thanks Odaxis.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user