mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 13:03:06 +00:00
Change converter country
31 should have been 0x31 == 49 (USA). Ha.
This commit is contained in:
parent
8dd5c40a93
commit
e21037c57e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace PKHeX
|
|||
{
|
||||
internal static class PKMConverter
|
||||
{
|
||||
internal static int Country = 31;
|
||||
internal static int Country = 49;
|
||||
internal static int Region = 7;
|
||||
internal static int ConsoleRegion = 1;
|
||||
internal static string OT_Name = "PKHeX";
|
||||
|
|
Loading…
Reference in a new issue