Add another entry
This commit is contained in:
parent
4ae48bdd47
commit
9b4b7dba33
2 changed files with 160 additions and 4 deletions
|
@ -22,6 +22,7 @@ enum GameRoute {
|
|||
RT18,
|
||||
RT21,
|
||||
RT22,
|
||||
RT23,
|
||||
RT24,
|
||||
RT25,
|
||||
RT26,
|
||||
|
@ -39,6 +40,8 @@ enum GameRoute {
|
|||
RT39,
|
||||
RT42,
|
||||
RT43,
|
||||
RT44,
|
||||
RT45,
|
||||
RT46,
|
||||
RT204,
|
||||
ViridianForest(commonName: "Viridian Forest"),
|
||||
|
@ -74,6 +77,13 @@ enum GameRoute {
|
|||
TinTower(commonName: "Tin Tower"),
|
||||
TohjoFalls(commonName: "Tohjo Falls"),
|
||||
UnionCave(commonName: "Union Cave"),
|
||||
CanyonEntrance(commonName: "Canyon Entrance"),
|
||||
CapeBrink(commonName: "Cape Brink"),
|
||||
KindleRoad(commonName: "Kindle Road"),
|
||||
MtEmber(commonName: "Mt. Ember"),
|
||||
RuinValley(commonName: "Ruin Valley"),
|
||||
TreasureBeach(commonName: "Treasure Beach"),
|
||||
WaterPath(commonName: "Water Path"),
|
||||
|
||||
// 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