mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 13:58:33 +00:00
Add Electrode encounter
This commit is contained in:
parent
49e7225c3e
commit
150a1c942f
1 changed files with 3 additions and 0 deletions
|
@ -392,6 +392,9 @@ namespace PKHeX
|
|||
|
||||
new EncounterStatic { Species = 381, Level = 30, Location = 320, Version = GameVersion.AS }, // Latios
|
||||
new EncounterStatic { Species = 380, Level = 30, Location = 320, Version = GameVersion.OR }, // Latias
|
||||
|
||||
new EncounterStatic { Species = 101, Level = 40, Location = 292, Version = GameVersion.AS }, // Electrode
|
||||
new EncounterStatic { Species = 101, Level = 40, Location = 314, Version = GameVersion.OR }, // Electrode
|
||||
};
|
||||
#endregion
|
||||
private static readonly EncounterStatic[] StaticX = getSpecial(GameVersion.X);
|
||||
|
|
Loading…
Add table
Reference in a new issue