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