Skip to content

Commit

Permalink
Add rby power plant static encounters
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsch committed Jan 1, 2018
1 parent 09180ab commit cfe78a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PKHeX.Core/Legality/Encounters/Data/Encounters1.cs
Expand Up @@ -99,6 +99,9 @@ private static EncounterArea[] GetAreas()

new EncounterStatic { Species = 133, Level = 25, Version = GameVersion.RB }, // Eevee
new EncounterStatic { Species = 133, Level = 25, Version = GameVersion.YW }, // Eevee (Different initial moves)

new EncounterStatic { Species = 100, Level = 40, Version = GameVersion.RBY }, // Voltorb (Power Plant)
new EncounterStatic { Species = 101, Level = 43, Version = GameVersion.RBY }, // Electrode (Power Plant)

// Yellow Only -- duplicate encounters with a higher level
// new EncounterStatic { Species = 001, Level = 10, Version = GameVersion.YW }, // Bulbasaur (Cerulean City)
Expand Down

0 comments on commit cfe78a7

Please sign in to comment.