diff --git a/PKHeX.Core/Legality/Tables/Tables8.cs b/PKHeX.Core/Legality/Tables/Tables8.cs index e0e41d273..d9e52b41b 100644 --- a/PKHeX.Core/Legality/Tables/Tables8.cs +++ b/PKHeX.Core/Legality/Tables/Tables8.cs @@ -360,20 +360,19 @@ public static partial class Legal // Alolan Forms (int)Species.Raichu | 1 << 11, - (int)Species.Meowth, (int)Species.Persian, (int)Species.Meowth | 1 << 11, (int)Species.Persian | 1 << 11, (int)Species.Vulpix | 1 << 11, (int)Species.Ninetales | 1 << 11, (int)Species.Diglett | 1 << 11, (int)Species.Dugtrio | 1 << 11, // Non-Galar Forms - (int)Species.Yamask, (int)Species.Cofagrigus, (int)Species.Farfetchd, (int)Species.Ponyta, (int)Species.Rapidash, (int)Species.Corsola, - (int)Species.MrMime, (int)Species.Darumaka, (int)Species.Darmanitan, (int)Species.Stunfisk, (int)Species.Weezing, + + (int)Species.Shellos, (int)Species.Gastrodon, // West }; #region Unreleased Items