mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-27 20:52:36 -05:00
Revert prior commit re: relearn suggestion set
bad logic causes the relearnmoves to get reset when first one is applied, just revert to the old way instead of wrapping FieldsLoading around this (repopulating legality would have to be manually called after)
This commit is contained in:
parent
59b41937e1
commit
a6659fb767
|
|
@ -771,8 +771,10 @@ private bool SetSuggestedRelearnMoves(bool silent = false)
|
|||
return false;
|
||||
}
|
||||
|
||||
pkm.RelearnMoves = m;
|
||||
LoadRelearnMoves(pkm);
|
||||
CB_RelearnMove1.SelectedValue = m[0];
|
||||
CB_RelearnMove2.SelectedValue = m[1];
|
||||
CB_RelearnMove3.SelectedValue = m[2];
|
||||
CB_RelearnMove4.SelectedValue = m[3];
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user