Add more entries, add dex entry display to datagen tool

This commit is contained in:
zontreck 2025-06-02 14:16:33 -07:00
parent b7a9eb6400
commit c22423fa35
6 changed files with 598 additions and 25 deletions

View file

@ -20,6 +20,8 @@ enum GameRoute {
RT16,
RT17,
RT18,
RT19,
RT20,
RT21,
RT22,
RT23,
@ -123,6 +125,19 @@ enum GameRoute {
SkyPillar(commonName: "Sky Pillar"),
DiglettCave(commonName: "Diglett's Cave"),
BattleTower(commonName: "Battle Tower"),
CinnabarIsland(commonName: "Cinnabar Island"),
FiveIsland(commonName: "Five Island"),
FourIsland(commonName: "Four Island"),
FuchsiaCity(commonName: "Fuchsia City"),
GreenPath(commonName: "Green Path"),
MemorialPillar(commonName: "Memorial Pillar"),
OneIsland(commonName: "One Island"),
OutcastIsland(commonName: "Outcast Island"),
ResortGorgeous(commonName: "Resort Gorgeous"),
TanobyRuins(commonName: "Tanoby Ruins"),
TrainerTower(commonName: "Trainer Tower"),
ViridianCity(commonName: "Viridian City"),
WaterLabyrinth(commonName: "Water Labyrinth"),
// The following mark the pokemon as not usually obtainable
TradeOrMigrate(commonName: "Trade or Migrate from another game"),