From 7f788e41678c8ca546f8660b4a809a612ff96336 Mon Sep 17 00:00:00 2001 From: javierhimura Date: Tue, 4 Jul 2017 20:37:55 +0200 Subject: [PATCH] Added Froslass to FutureEvolutionsGen3, a gen 3 Froslass will now return true when executing function InhabitedGeneration for generation 3 --- PKHeX.Core/Legality/Tables3.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Tables3.cs b/PKHeX.Core/Legality/Tables3.cs index ab494ee7d..2b66ece70 100644 --- a/PKHeX.Core/Legality/Tables3.cs +++ b/PKHeX.Core/Legality/Tables3.cs @@ -93,7 +93,7 @@ public static partial class Legal 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 =