mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +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>
|
/// </summary>
|
||||||
public static class PKX
|
public static class PKX
|
||||||
{
|
{
|
||||||
internal static readonly PersonalTable Personal = PersonalTable.USUM;
|
internal static readonly PersonalTable Personal = PersonalTable.GG;
|
||||||
public const int Generation = 7;
|
public const int Generation = 7;
|
||||||
|
|
||||||
internal const int SIZE_1ULIST = 69;
|
internal const int SIZE_1ULIST = 69;
|
||||||
|
|
Loading…
Reference in a new issue