Change converter country

31 should have been 0x31 == 49 (USA).

Ha.
This commit is contained in:
Kaphotics 2016-07-04 16:11:03 -07:00
parent 8dd5c40a93
commit e21037c57e

View file

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