mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-14 02:55:20 -05:00
Fix const size reference (same value)
Same value, but different name. Cosmetic, but prevents future confusion.
This commit is contained in:
@@ -63,7 +63,7 @@ public SAV2Stadium(byte[] data, bool japanese) : base(data, japanese, StadiumUti
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user