From e617beb6049f06bffeb895f76ccc0be8da30cebd Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Thu, 9 Dec 2021 11:02:12 -0600 Subject: [PATCH] Add Lost Tower to zones where Radar can't be used --- PKHeX.Core/Legality/Encounters/EncounterSlot/EncounterSlot8b.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PKHeX.Core/Legality/Encounters/EncounterSlot/EncounterSlot8b.cs b/PKHeX.Core/Legality/Encounters/EncounterSlot/EncounterSlot8b.cs index 7bf3e4aec..c76d010e9 100644 --- a/PKHeX.Core/Legality/Encounters/EncounterSlot/EncounterSlot8b.cs +++ b/PKHeX.Core/Legality/Encounters/EncounterSlot/EncounterSlot8b.cs @@ -97,6 +97,7 @@ public bool GetBaseEggMove(out int move) 296 => false, // Maniac Tunnel 299 or 300 or 301 or 302 or 303 or 304 or 305 => false, // Iron Island, 298 exterior 306 or 307 or 308 or 309 or 310 or 311 or 312 or 313 or 314 => false, // Old Chateau + 368 or 369 or 370 or 371 or 372 => false, // Route 209 (Lost Tower) _ => true, };