diff --git a/PKHeX.Core/Legality/Tables/Tables8bs.cs b/PKHeX.Core/Legality/Tables/Tables8bs.cs index 8a84d6db1..215805f30 100644 --- a/PKHeX.Core/Legality/Tables/Tables8bs.cs +++ b/PKHeX.Core/Legality/Tables/Tables8bs.cs @@ -223,7 +223,6 @@ public static partial class Legal public static readonly HashSet SignatureSketch_BDSP = new() { (int)Move.PsychoBoost, // Deoxys - (int)Move.SeedFlare, // Shaymin (int)Move.DarkVoid, // Darkrai (int)Move.Judgment, // Arceus }; @@ -346,7 +345,6 @@ public static bool IsValidEggHatchLocation8b(int location, GameVersion version) 154, 155, 158, // Sunyshore City 181, 182, 183, // Pokémon League 218, // Hall of Origin (Diamond) - 285, // Flower Paradise 329, // Lake Acuity 332, 333, // Newmoon Island 337, 338, // Battle Park @@ -354,7 +352,6 @@ public static bool IsValidEggHatchLocation8b(int location, GameVersion version) 345, 353, 421, // Mystery Zone 474, // Resort Area 483, 484, // Mystery Zone - 490, // Seabreak Path 491, 492, 493, // Mystery Zone 495, // Ramanas Park 618, // Hall of Origin (Pearl)