mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-23 15:55:17 -05:00
Fix form clearing on load
y tho
This commit is contained in:
@@ -1629,7 +1629,8 @@ private void update255_MTB(object sender, EventArgs e)
|
||||
}
|
||||
private void updateForm(object sender, EventArgs e)
|
||||
{
|
||||
pkm.AltForm = CB_Form.SelectedIndex;
|
||||
if (CB_Form == sender && fieldsLoaded)
|
||||
pkm.AltForm = CB_Form.SelectedIndex;
|
||||
updateStats();
|
||||
// Repopulate Abilities if Species Form has different abilities
|
||||
setAbilityList();
|
||||
|
||||
Reference in New Issue
Block a user