From 0d81fd2d092c67cbebe21119ddbb8081a88ec0c0 Mon Sep 17 00:00:00 2001 From: Kaphotics Date: Sun, 13 Mar 2016 16:41:36 -0700 Subject: [PATCH] Add Kecleon encounters --- Legality/Core.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Legality/Core.cs b/Legality/Core.cs index 0ba14b44c..fd6f1697d 100644 --- a/Legality/Core.cs +++ b/Legality/Core.cs @@ -380,6 +380,11 @@ private static IEnumerable getMachineMoves(int species) new EncounterStatic { Species = 638, Level = 50, Location = 336 }, // Cobalion new EncounterStatic { Species = 639, Level = 50, Location = 336 }, // Terrakion new EncounterStatic { Species = 640, Level = 50, Location = 336 }, // Virizion + + 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 = 40, Location = 176 }, // Kecleon @ Lavaridge + new EncounterStatic { Species = 352, Level = 45, Location = 196 }, // Kecleon @ Mossdeep City }; #endregion private static readonly EncounterStatic[] StaticX = getSpecial(GameVersion.X);