Add Kecleon encounters

This commit is contained in:
Kaphotics
2016-03-13 16:41:36 -07:00
parent cc8f962acd
commit 0d81fd2d09

View File

@@ -380,6 +380,11 @@ private static IEnumerable<int> 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);