Add more dex entries

This commit is contained in:
zontreck 2025-06-01 14:16:16 -07:00
parent ec46c62a24
commit d33cdfb275
9 changed files with 379 additions and 6 deletions

View file

@ -100,6 +100,21 @@ enum GameRoute {
MirageTower(commonName: "Mirage Tower"),
UndergroundPath5_6(commonName: "Underground Path 5-6"),
MtPyre(commonName: "Mt. Pyre"),
RockTunnel(commonName: "Rock Tunnel"),
SeafoamIslands(commonName: "Seafoam Islands"),
DarkCave(commonName: "Dark Cave"),
IcePath(commonName: "Ice Path"),
SlowpokeWell(commonName: "Slowpoke Well"),
WhirlIslands(commonName: "Whirl Islands"),
CaveOfOrigin(commonName: "Cave of Origin"),
GraniteCave(commonName: "Granite Cave"),
MeteorFalls(commonName: "Meteor Falls"),
SeafloorCavern(commonName: "Seafloor Cavern"),
ShoalCave(commonName: "Shoal Cave"),
AlteringCave(commonName: "Altering Cave"),
IcefallCave(commonName: "Icefall Cave"),
LostCave(commonName: "Lost Cave"),
SkyPillar(commonName: "Sky Pillar"),
// The following mark the pokemon as not usually obtainable
TradeOrMigrate(commonName: "Trade or Migrate from another game"),
@ -133,6 +148,8 @@ enum Game {
FireRed(commonName: "Fire Red"),
LeafGreen(commonName: "Leaf Green"),
Emerald,
Colosseum,
XD(commonName: "XD Gale of Darkness"),
Diamond,
Pearl,
Platinum,