mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
parent
e8d5252b8c
commit
b9f4a554f0
1 changed files with 2 additions and 2 deletions
|
@ -210,8 +210,8 @@ namespace PKHeX.WinForms.Controls
|
|||
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()
|
||||
|
|
Loading…
Reference in a new issue