Fix const size reference (same value)

Same value, but different name. Cosmetic, but prevents future confusion.
This commit is contained in:
Kurt 2021-06-29 16:04:05 -07:00
parent 764e506ab5
commit 9cd617708d

View file

@ -63,7 +63,7 @@ namespace PKHeX.Core
Box = BoxStart;
}
public SAV2Stadium(bool japanese = false) : base(japanese, SaveUtil.SIZE_G1STAD)
public SAV2Stadium(bool japanese = false) : base(japanese, SaveUtil.SIZE_G2STAD)
{
Box = BoxStart;
ClearBoxes();