From 0cdc22522477953865c8e4e8e35779cc39c59cbb Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 20 May 2020 18:24:55 -0700 Subject: [PATCH] Kecleon: Comment out static in favor of dexnav encounterslot Encounter Generator stops yielding if anything was yielded (assumes things that are static encounters can't have anything else that would match). DexNav boosts the wild level (from 25/27) up to the same level 30 of the static encounter. Thanks @KR1dude ! Co-Authored-By: KR1dude --- PKHeX.Core/Legality/Encounters/Data/Encounters6.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs index f35c66bc8..db55ff8bd 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters6.cs @@ -317,8 +317,8 @@ private static void MarkG6AOSlots(ref EncounterArea6AO[] Areas) new EncounterStatic { Species = 646, Level = 50, Location = 342, FlawlessIVCount = 3 }, // Kyurem // Devon Scope Kecleon - new EncounterStatic { Species = 352, Level = 30, Location = 240 }, // Kecleon @ Route 119 - new EncounterStatic { Species = 352, Level = 30, Location = 242 }, // Kecleon @ Route 120 + //new EncounterStatic { Species = 352, Level = 30, Location = 240 }, // Kecleon @ Route 119 -- dexnav encounter slot collision; prefer EncounterSlot + //new EncounterStatic { Species = 352, Level = 30, Location = 242 }, // Kecleon @ Route 120 -- dexnav encounter slot collision; prefer EncounterSlot new EncounterStatic { Species = 352, Level = 40, Location = 176, Gender = 1, }, // Kecleon @ Lavaridge new EncounterStatic { Species = 352, Level = 45, Location = 196, Ability = 4, }, // Kecleon @ Mossdeep City