Adds some new dex entries

This commit is contained in:
zontreck 2025-03-28 19:22:00 -07:00
parent c846c717fe
commit db34f046e4
5 changed files with 207 additions and 4 deletions

View file

@ -27,6 +27,7 @@ enum GameRoute {
RT25,
RT26,
RT27,
RT28,
RT29,
RT30,
RT31,
@ -85,6 +86,9 @@ enum GameRoute {
TreasureBeach(commonName: "Treasure Beach"),
WaterPath(commonName: "Water Path"),
SevaultCanyon(commonName: "Sevault Canyon"),
GoldenrodCity(commonName: "Goldenrod City"),
MtSilver(commonName: "Mt. Silver"),
VictoryRoad(commonName: "Victory Road"),
// The following mark the pokemon as not usually obtainable
TradeOrMigrate(commonName: "Trade or Migrate from another game"),