Pokemon Emerald: Fix typo (#3020)

This commit is contained in:
Bryce Wilson
2024-03-28 02:32:27 -06:00
committed by GitHub
parent ca18121811
commit cf133dde72
2 changed files with 2 additions and 2 deletions

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),