mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 00:44:05 -05:00
Add Kecleon encounters
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user