mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Pokemon Emerald: Fix typo (#3020)
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user