Adds some new dex entries
This commit is contained in:
parent
c846c717fe
commit
db34f046e4
5 changed files with 207 additions and 4 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue