mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 20:43:07 +00:00
Use latest personal table as master
This commit is contained in:
parent
181e75818c
commit
2fb698805d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace PKHeX.Core
|
|||
/// </summary>
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue