mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
Merge pull request #1300 from javierhimura/master
Fix inhabited generation 3 for Frosslass
This commit is contained in:
commit
11bc562186
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ namespace PKHeX.Core
|
|||
|
||||
internal static readonly int[] FutureEvolutionsGen3 =
|
||||
{
|
||||
407,424,429,430,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,700
|
||||
407,424,429,430,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,700
|
||||
};
|
||||
|
||||
internal static readonly int[] FutureEvolutionsGen3_LevelUpGen4 =
|
||||
|
|
Loading…
Reference in a new issue