Add a few more pokedex data entries
This commit is contained in:
parent
366581f59f
commit
133306f873
5 changed files with 178 additions and 3 deletions
|
@ -89,6 +89,9 @@ enum GameRoute {
|
|||
GoldenrodCity(commonName: "Goldenrod City"),
|
||||
MtSilver(commonName: "Mt. Silver"),
|
||||
VictoryRoad(commonName: "Victory Road"),
|
||||
PowerPlant(commonName: "Power Plant"),
|
||||
CeladonCity(commonName: "Celadon City"),
|
||||
SafariZone(commonName: "Safari Zone"),
|
||||
|
||||
// The following mark the pokemon as not usually obtainable
|
||||
TradeOrMigrate(commonName: "Trade or Migrate from another game"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue