From 2fb698805d5b3204d5aebf1666c7457f03366c6e Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 13 Nov 2018 19:20:37 -0800 Subject: [PATCH] Use latest personal table as master --- PKHeX.Core/PKM/Util/PKX.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/PKM/Util/PKX.cs b/PKHeX.Core/PKM/Util/PKX.cs index bfd1e1a2c..a2b8a9757 100644 --- a/PKHeX.Core/PKM/Util/PKX.cs +++ b/PKHeX.Core/PKM/Util/PKX.cs @@ -10,7 +10,7 @@ namespace PKHeX.Core /// public static class PKX { - internal static readonly PersonalTable Personal = PersonalTable.USUM; + internal static readonly PersonalTable Personal = PersonalTable.GG; public const int Generation = 7; internal const int SIZE_1ULIST = 69;