mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
parent
335379bd2e
commit
508f056d33
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user