diff --git a/PKHeX.Core/Legality/Tables7.cs b/PKHeX.Core/Legality/Tables7.cs index 337452141..7e8dc858d 100644 --- a/PKHeX.Core/Legality/Tables7.cs +++ b/PKHeX.Core/Legality/Tables7.cs @@ -216,7 +216,12 @@ public static partial class Legal public static readonly HashSet PastGenAlolanNativesUncapturable = new HashSet { 142, // Aerodacyl - 137, 233, 474 // Porygon++ + 137, 233, 474, // Porygon++ + 138, 139, 140, 141, // Gen1 Fossils + 345, 346, 347, 348, // Gen3 Fossils + 408, 409, 410, 411, // Gen4 Fossils + 564, 565, 566, 567, // Gen5 Fossils + 696, 697, 698, 699, // Gen6 Fossils }; internal static readonly HashSet PastGenAlolanScans = new HashSet