Add another dex entry
This commit is contained in:
parent
c18bb238a6
commit
e39db6676e
2 changed files with 199 additions and 1 deletions
|
@ -5,16 +5,23 @@ enum GameRoute {
|
|||
RT1,
|
||||
RT2,
|
||||
RT3,
|
||||
RT4,
|
||||
RT5,
|
||||
RT6,
|
||||
RT7,
|
||||
RT8,
|
||||
RT9,
|
||||
RT10,
|
||||
RT11,
|
||||
RT12,
|
||||
RT13,
|
||||
RT14,
|
||||
RT15,
|
||||
RT16,
|
||||
RT17,
|
||||
RT18,
|
||||
RT21,
|
||||
RT22,
|
||||
RT24,
|
||||
RT25,
|
||||
RT26,
|
||||
|
@ -23,13 +30,16 @@ enum GameRoute {
|
|||
RT30,
|
||||
RT31,
|
||||
RT32,
|
||||
RT33,
|
||||
RT34,
|
||||
RT35,
|
||||
RT36,
|
||||
RT37,
|
||||
RT38,
|
||||
RT39,
|
||||
RT42,
|
||||
RT43,
|
||||
RT46,
|
||||
RT204,
|
||||
ViridianForest(commonName: "Viridian Forest"),
|
||||
AzaleaTown(commonName: "Azalea Town"),
|
||||
|
@ -57,6 +67,13 @@ enum GameRoute {
|
|||
BerryForest(commonName: "Berry Forest"),
|
||||
BondBridge(commonName: "Bond Bridge"),
|
||||
FiveIsleMeadow(commonName: "Five Isle Meadow"),
|
||||
PokemonMansion(commonName: "Pokemon Mansion"),
|
||||
BurnedTower(commonName: "Burned Tower"),
|
||||
MtMortar(commonName: "Mt. Mortar"),
|
||||
SproutTower(commonName: "Sprout Tower"),
|
||||
TinTower(commonName: "Tin Tower"),
|
||||
TohjoFalls(commonName: "Tohjo Falls"),
|
||||
UnionCave(commonName: "Union Cave"),
|
||||
|
||||
// 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