mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 21:37:26 -05:00
@@ -210,8 +210,8 @@ private void ClickStatLabel(object sender, MouseEventArgs e)
|
||||
private void LoadHyperTraining()
|
||||
{
|
||||
if (!(pkm is IHyperTrain h))
|
||||
return;
|
||||
for (int i = 0; i < MT_IVs.Length; i++)
|
||||
foreach (var iv in MT_IVs) iv.ResetBackColor();
|
||||
else for (int i = 0; i < MT_IVs.Length; i++)
|
||||
UpdateHyperTrainingFlag(i, h.GetHT(i));
|
||||
}
|
||||
private void UpdateEVTotals()
|
||||
|
||||
Reference in New Issue
Block a user