Recalc h/w for PA8

Already did for PB7
This commit is contained in:
Kurt 2022-06-04 20:29:28 -07:00
parent 2cfccb8caf
commit 1b70fb7053

View file

@ -107,7 +107,7 @@ namespace PKHeX.WinForms.Controls
private void UpdateStats()
{
Stats.UpdateStats();
if (Entity is PB7)
if (Entity is IScaledSizeAbsolute)
SizeCP.TryResetStats();
}