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,