gen1 OT length fix

This commit is contained in:
Kaphotics
2016-09-04 15:44:54 -07:00
parent d18e17a599
commit fff75df848

View File

@@ -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;