mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 10:55:30 -05:00
Remove static encounter voltorb def
unused ingame; only electrodes are static Closes #2399, ty @steph9009 !
This commit is contained in:
@@ -36,7 +36,7 @@ static Encounters7b()
|
||||
new EncounterStatic { Species = 150, Level = 70, Location = 46, FlawlessIVCount = 3, }, // Mewtwo @ Cerulean Cave
|
||||
new EncounterStatic { Species = 143, Level = 34, Location = 14, FlawlessIVCount = 3, }, // Snorlax @ Route 12
|
||||
new EncounterStatic { Species = 143, Level = 34, Location = 18, FlawlessIVCount = 3, }, // Snorlax @ Route 16
|
||||
new EncounterStatic { Species = 100, Level = 42, Location = 42, FlawlessIVCount = 3, }, // Voltorb @ Power Plant
|
||||
// unused new EncounterStatic { Species = 100, Level = 42, Location = 42, FlawlessIVCount = 3, }, // Voltorb @ Power Plant
|
||||
new EncounterStatic { Species = 101, Level = 42, Location = 42, FlawlessIVCount = 3, }, // Electrode @ Power Plant
|
||||
|
||||
// gifts
|
||||
|
||||
Reference in New Issue
Block a user