From fdfa10e8818f93f6d0e690fd7efaab2cf6f58792 Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Wed, 8 Jul 2020 22:59:08 -0500 Subject: [PATCH] Add a few static/crossover encounters (#2932) --- PKHeX.Core/Legality/Areas/EncounterArea8.cs | 4 ++++ PKHeX.Core/Legality/Encounters/Data/Encounters8.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Legality/Areas/EncounterArea8.cs b/PKHeX.Core/Legality/Areas/EncounterArea8.cs index a00382447..7206c4533 100644 --- a/PKHeX.Core/Legality/Areas/EncounterArea8.cs +++ b/PKHeX.Core/Legality/Areas/EncounterArea8.cs @@ -157,6 +157,10 @@ private static bool IsMatch(DexLevel evo, EncounterSlot slot) // Fields of Honor {188, new byte[] {170}}, + // Insular Sea + // Honeycalm Sea + {190, new byte[] {192}}, + // Honeycalm Sea // Honeycalm Island {192, new byte[] {194}}, diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs index f5f61cc70..096991c13 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs @@ -204,7 +204,7 @@ private static void CopyBerryTreeFromBridgeFieldToStony(IReadOnlyList