mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 10:55:13 -05:00
Revise HA banlist
https://www.smogon.com/forums/threads/sword-shield-battle-mechanics-research.3655528/post-8291236
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user