diff --git a/PKHeX.Core/Legality/Tables7.cs b/PKHeX.Core/Legality/Tables7.cs index e06f7f918..48c5002f4 100644 --- a/PKHeX.Core/Legality/Tables7.cs +++ b/PKHeX.Core/Legality/Tables7.cs @@ -212,6 +212,8 @@ public static partial class Legal 618, // Stunfisk 418, 419, // Floatzel 194, 195, // Quagsire + + 100, 101 // Voltorb & Electrode }; public static readonly HashSet PastGenAlolanNativesUncapturable = new HashSet { @@ -335,6 +337,9 @@ public static partial class Legal // Wormhole 333, 193, 561, 580, 276, 451, 531, 694, 273, 325, 459, 307, 449, 557, 218, 688, 270, 618, 418, 194, + + // Static Encounters + 100, }; internal static readonly HashSet AlolanCaptureNoHeavyBall = new HashSet { 374, 785, 786, 787, 788}; // Beldum & Tapus internal static readonly HashSet Inherit_ApricornMale7 = new HashSet