From 52cd8ae8558db828469002f4c183ddb722850bde Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 23 Nov 2019 20:50:56 -0800 Subject: [PATCH] Revise HA banlist https://www.smogon.com/forums/threads/sword-shield-battle-mechanics-research.3655528/post-8291236 --- PKHeX.Core/Legality/Tables/Tables8.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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