Skip to content

Commit cf133dd

Browse files
authored
Pokemon Emerald: Fix typo (ArchipelagoMW#3020)
1 parent ca18121 commit cf133dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

worlds/pokemon_emerald/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def _init() -> None:
646646
("SPECIES_CHIKORITA", "Chikorita", 152),
647647
("SPECIES_BAYLEEF", "Bayleef", 153),
648648
("SPECIES_MEGANIUM", "Meganium", 154),
649-
("SPECIES_CYNDAQUIL", "Cindaquil", 155),
649+
("SPECIES_CYNDAQUIL", "Cyndaquil", 155),
650650
("SPECIES_QUILAVA", "Quilava", 156),
651651
("SPECIES_TYPHLOSION", "Typhlosion", 157),
652652
("SPECIES_TOTODILE", "Totodile", 158),

worlds/pokemon_emerald/data/locations.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@
24972497
"tags": ["Pokedex"]
24982498
},
24992499
"POKEDEX_REWARD_155": {
2500-
"label": "Pokedex - Cindaquil",
2500+
"label": "Pokedex - Cyndaquil",
25012501
"tags": ["Pokedex"]
25022502
},
25032503
"POKEDEX_REWARD_156": {

0 commit comments

Comments
 (0)