mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 15:06:22 -05:00
@@ -906,7 +906,10 @@ private void UpdatePP(object sender, EventArgs e)
|
||||
var ppctrl = PPUps[index];
|
||||
int ppups = ppctrl.SelectedIndex;
|
||||
if (move <= 0)
|
||||
{
|
||||
ppctrl.SelectedIndex = 0;
|
||||
MovePP[index].Text = 0.ToString();
|
||||
}
|
||||
else
|
||||
MovePP[index].Text = pkm.GetMovePP(move, ppups).ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user