diff --git a/PKHeX.Core/Legality/Areas/EncounterArea8.cs b/PKHeX.Core/Legality/Areas/EncounterArea8.cs index 92f6c2c8c..d0f0f6360 100644 --- a/PKHeX.Core/Legality/Areas/EncounterArea8.cs +++ b/PKHeX.Core/Legality/Areas/EncounterArea8.cs @@ -141,6 +141,10 @@ private static bool IsMatch(DexLevel evo, EncounterSlot slot) // Brawler's Cave {174, new byte[] {172}}, + // Courageous Cavern + // Loop Lagoon + {176, new byte[] {178}}, + // Warm-Up Tunnel // Training Lowlands, Potbottom Desert {182, new byte[] {180, 184}}, diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs index f9c62cb21..b13d8c9f5 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters8.cs @@ -520,7 +520,7 @@ private static void CopyBerryTreeFromBridgeFieldToStony(IReadOnlyList