From f3ecff272c9172571a5ccf20593a4e9e9402aed8 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 29 Nov 2019 22:33:11 -0800 Subject: [PATCH] Update HA8 banlist Closes #2544 Closes #2543 --- PKHeX.Core/Legality/Tables/Tables8.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PKHeX.Core/Legality/Tables/Tables8.cs b/PKHeX.Core/Legality/Tables/Tables8.cs index c53a85624..c5d9132ea 100644 --- a/PKHeX.Core/Legality/Tables/Tables8.cs +++ b/PKHeX.Core/Legality/Tables/Tables8.cs @@ -331,7 +331,6 @@ public static partial class Legal (int)Species.Yamper, (int)Species.Boltund, (int)Species.Wingull, (int)Species.Pelipper, (int)Species.Electrike, (int)Species.Manectric, - (int)Species.Delibird, (int)Species.Golett, (int)Species.Golurk, (int)Species.Munna, (int)Species.Musharna, (int)Species.Snover, (int)Species.Abomasnow, @@ -339,7 +338,7 @@ public static partial class Legal (int)Species.Drifloon, (int)Species.Drifblim, (int)Species.Cherubi, (int)Species.Cherrim, (int)Species.Goldeen, (int)Species.Seaking, - (int)Species.Basculin, + (int)Species.Basculin, (int)Species.Basculin | 1 << 11, (int)Species.Woobat, (int)Species.Swoobat, (int)Species.Noibat, (int)Species.Noivern, (int)Species.Espurr, (int)Species.Meowstic, (int)Species.Meowstic | 1 << 11,