Add a few more pokedex data entries

This commit is contained in:
zontreck 2025-03-28 20:30:02 -07:00
parent 366581f59f
commit 133306f873
5 changed files with 178 additions and 3 deletions

View file

@ -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"),