Fix Colosseum/XD Max Money (#3202)

* Update SAV3Colosseum.cs

* Update SAV3XD.cs
This commit is contained in:
CanoeHope 2021-04-28 14:58:26 -04:00 committed by GitHub
parent 91557d0180
commit 747d6ed6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@ namespace PKHeX.Core
protected override int GiftCountMax => 1;
public override int OTLength => 10; // as evident by Mattle Ho-Oh
public override int NickLength => 10;
public override int MaxMoney => 999999;
public override int MaxMoney => 9999999;
public override int BoxCount => 3;
public override bool IsPKMPresent(byte[] data, int offset) => PKX.IsPKMPresentGC(data, offset);

View file

@ -173,7 +173,7 @@ namespace PKHeX.Core
protected override int GiftCountMax => 1;
public override int OTLength => 7;
public override int NickLength => 10;
public override int MaxMoney => 999999;
public override int MaxMoney => 9999999;
public override int BoxCount => 8;