mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
parent
3a7a257a01
commit
d15acea6b4
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ namespace PKHeX.Core
|
|||
public override int OTLength => 7;
|
||||
public override int NickLength => 10;
|
||||
public override int MaxMoney => 999999;
|
||||
public override int Language => (int)LanguageID.English; // prevent KOR from inhabiting
|
||||
|
||||
public override int BoxCount => 18;
|
||||
|
||||
|
|
Loading…
Reference in a new issue