mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 05:05:00 -05:00
gen1 OT length fix
This commit is contained in:
@@ -173,7 +173,7 @@ public override byte[] Write(bool DSV)
|
||||
public override int MaxIV => 15;
|
||||
public override int Generation => 1;
|
||||
protected override int GiftCountMax => 0;
|
||||
public override int OTLength => Japanese ? 5 : 10;
|
||||
public override int OTLength => Japanese ? 5 : 7;
|
||||
public override int NickLength => Japanese ? 5 : 10;
|
||||
public override int BoxSlotCount => Japanese ? 30 : 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user