Skip to content

Commit

Permalink
Pokemon Emerald: Fix typo (ArchipelagoMW#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe committed Mar 28, 2024
1 parent ca18121 commit cf133dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion worlds/pokemon_emerald/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion worlds/pokemon_emerald/data/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@
"tags": ["Pokedex"]
},
"POKEDEX_REWARD_155": {
"label": "Pokedex - Cindaquil",
"label": "Pokedex - Cyndaquil",
"tags": ["Pokedex"]
},
"POKEDEX_REWARD_156": {
Expand Down

0 comments on commit cf133dd

Please sign in to comment.