From 4a6376935125475fa52aae6f16fcf8b40bdebe7d Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 4 Dec 2017 16:54:09 -0800 Subject: [PATCH] Add voltorb to beast ball permissible table closes #1694 --- PKHeX.Core/Legality/Tables7.cs | 5 +++++ 1 file changed, 5 insertions(+) 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