mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-23 13:44:59 -05:00
Refresh PP on applying suggested moves
Closes #2655 pretty sure the FieldsLoaded is preventing the pp refresh, so just manually do it
This commit is contained in:
@@ -702,6 +702,7 @@ private bool SetSuggestedMoves(bool random = false, bool silent = false)
|
||||
Entity.SetMoves(m);
|
||||
FieldsLoaded = false;
|
||||
LoadMoves(Entity);
|
||||
ClickPP(null, EventArgs.Empty);
|
||||
FieldsLoaded = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user