From 72e0fbe22595170fa545d87c7e1df767cb4d7ef1 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 19 Mar 2020 21:06:46 -0700 Subject: [PATCH] Update EncounterArea8.cs --- PKHeX.Core/Legality/Areas/EncounterArea8.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Areas/EncounterArea8.cs b/PKHeX.Core/Legality/Areas/EncounterArea8.cs index 87b2fec09..0b43d263a 100644 --- a/PKHeX.Core/Legality/Areas/EncounterArea8.cs +++ b/PKHeX.Core/Legality/Areas/EncounterArea8.cs @@ -58,7 +58,7 @@ private static bool IsMatch(DexLevel evo, EncounterSlot slot) protected override IEnumerable GetFilteredSlots(PKM pkm, IEnumerable slots, int minLevel) => slots; - public static bool IsWildArea8(int loc) => 122 <= loc && loc <= 154; // Rolling Fields -> Lake of Outrage + public static bool IsWildArea8(int loc) => 122 <= loc && loc <= 154 && loc != Watchtower; // Rolling Fields -> Lake of Outrage // Location, and areas that can feed encounters into it. public static readonly IReadOnlyDictionary> ConnectingArea8 = new Dictionary>