diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs index ec774f8c4..2a738108a 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs @@ -234,7 +234,7 @@ private static void MarkG7SMSlots(ref EncounterArea[] Areas) new EncounterStatic { Species = 007, Level = 12, Location = 042, Relearn = new[] {453,110,055,033}, }, // Squirtle @ Seaward Cave new EncounterStatic { Species = 095, Level = 14, Location = 034, Relearn = new[] {563,099,317,088}, }, // Onix @ Ten Carat Hill new EncounterStatic { Species = 116, Level = 18, Location = 014, Relearn = new[] {352,239,055,043}, }, // Horsea @ Kala'e Bay - new EncounterStatic { Species = 664, Level = 09, Location = 020, Relearn = new[] {476,081,078,033}, }, // Scatterbug @ Hau'oli City + new EncounterStatic { Species = 664, Level = 09, Location = 020, Relearn = new[] {476,081,078,033}, SkipFormCheck = true, }, // Scatterbug @ Hau'oli City new EncounterStatic { Species = 001, Level = 10, Location = 012, Relearn = new[] {580,022,045,033}, }, // Bulbasaur @ Route 2 new EncounterStatic { Species = 607, Level = 09, Location = 038, Relearn = new[] {203,052,083,123}, }, // Litwick @ Hau'oli Cemetery diff --git a/Tests/PKHeX.Tests/Legality/Legal/Generation 7 Static/664-07 - Scatterbug - 6703815D4F75.pk7 b/Tests/PKHeX.Tests/Legality/Legal/Generation 7 Static/664-07 - Scatterbug - 6703815D4F75.pk7 new file mode 100644 index 000000000..2d223220e Binary files /dev/null and b/Tests/PKHeX.Tests/Legality/Legal/Generation 7 Static/664-07 - Scatterbug - 6703815D4F75.pk7 differ diff --git a/Tests/PKHeX.Tests/Legality/Legal/Generation 7 Static/666-07 - Vivillon - 6560815D4F75.pk7 b/Tests/PKHeX.Tests/Legality/Legal/Generation 7 Static/666-07 - Vivillon - 6560815D4F75.pk7 new file mode 100644 index 000000000..3eadeedb5 Binary files /dev/null and b/Tests/PKHeX.Tests/Legality/Legal/Generation 7 Static/666-07 - Vivillon - 6560815D4F75.pk7 differ