From efc0a9bcc467a8e2fbccc820c4f5371c9c2d43e9 Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 11 Mar 2020 17:38:01 -0700 Subject: [PATCH] Ban HA Pumpkaboo/Gourgeist Small/Large Co-Authored-By: Lusamine --- PKHeX.Core/Legality/Tables/Tables8.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PKHeX.Core/Legality/Tables/Tables8.cs b/PKHeX.Core/Legality/Tables/Tables8.cs index 9e7876264..652b3c8be 100644 --- a/PKHeX.Core/Legality/Tables/Tables8.cs +++ b/PKHeX.Core/Legality/Tables/Tables8.cs @@ -328,6 +328,12 @@ public static partial class Legal (int)Species.Nickit, (int)Species.Thievul, (int)Species.Wooloo, (int)Species.Dubwool, (int)Species.Yamper, (int)Species.Boltund, + + // Average & Super forms have hidden abilities available via raids. + 710 + (1 << 11), //Pumpkaboo-Small + 711 + (1 << 11), //Gourgeist-Small + 710 + (2 << 11), //Pumpkaboo-Large + 711 + (2 << 11), //Gourgeist-Large }; internal static readonly HashSet Ban_NoHidden8Apricorn = new HashSet