mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-28 06:50:23 +00:00
Fix ORAS Starter location
Oops, not littleroot town.
This commit is contained in:
parent
ef8a0ca708
commit
1ed58fd8d3
1 changed files with 3 additions and 3 deletions
|
@ -322,9 +322,9 @@ namespace PKHeX
|
|||
new EncounterStatic { Species = 255, Level = 5, Location = 204, Gift = true }, // Torchic
|
||||
new EncounterStatic { Species = 258, Level = 5, Location = 204, Gift = true }, // Mudkip
|
||||
|
||||
new EncounterStatic { Species = 152, Level = 5, Location = 170, Gift = true }, // Chikorita
|
||||
new EncounterStatic { Species = 155, Level = 5, Location = 170, Gift = true }, // Cyndaquil
|
||||
new EncounterStatic { Species = 158, Level = 5, Location = 170, Gift = true }, // Totodile
|
||||
new EncounterStatic { Species = 152, Level = 5, Location = 204, Gift = true }, // Chikorita
|
||||
new EncounterStatic { Species = 155, Level = 5, Location = 204, Gift = true }, // Cyndaquil
|
||||
new EncounterStatic { Species = 158, Level = 5, Location = 204, Gift = true }, // Totodile
|
||||
|
||||
new EncounterStatic { Species = 387, Level = 5, Location = 204, Gift = true }, // Turtwig
|
||||
new EncounterStatic { Species = 390, Level = 5, Location = 204, Gift = true }, // Chimchar
|
||||
|
|
Loading…
Reference in a new issue