Pokemon Emerald: Fix typo (#3020)
This commit is contained in:
parent
ca18121811
commit
cf133dde72
worlds/pokemon_emerald
|
@ -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),
|
||||
|
|
|
@ -2497,7 +2497,7 @@
|
|||
"tags": ["Pokedex"]
|
||||
},
|
||||
"POKEDEX_REWARD_155": {
|
||||
"label": "Pokedex - Cindaquil",
|
||||
"label": "Pokedex - Cyndaquil",
|
||||
"tags": ["Pokedex"]
|
||||
},
|
||||
"POKEDEX_REWARD_156": {
|
||||
|
|
Loading…
Reference in New Issue