Pokemon Emerald: Fix typo ()

This commit is contained in:
Bryce Wilson 2024-03-28 02:32:27 -06:00 committed by GitHub
parent ca18121811
commit cf133dde72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
worlds/pokemon_emerald

View File

@ -646,7 +646,7 @@ def _init() -> None:
("SPECIES_CHIKORITA", "Chikorita", 152),
("SPECIES_BAYLEEF", "Bayleef", 153),
("SPECIES_MEGANIUM", "Meganium", 154),
("SPECIES_CYNDAQUIL", "Cindaquil", 155),
("SPECIES_CYNDAQUIL", "Cyndaquil", 155),
("SPECIES_QUILAVA", "Quilava", 156),
("SPECIES_TYPHLOSION", "Typhlosion", 157),
("SPECIES_TOTODILE", "Totodile", 158),

View File

@ -2497,7 +2497,7 @@
"tags": ["Pokedex"]
},
"POKEDEX_REWARD_155": {
"label": "Pokedex - Cindaquil",
"label": "Pokedex - Cyndaquil",
"tags": ["Pokedex"]
},
"POKEDEX_REWARD_156": {