mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Merge pull request #1457 from LOuroboros/patch-2
Fixed Blacephalon's species name
This commit is contained in:
commit
d624e34afc
@ -805,7 +805,7 @@ const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1] = {
|
||||
[SPECIES_POIPOLE] = _("Poipole"),
|
||||
[SPECIES_NAGANADEL] = _("Naganadel"),
|
||||
[SPECIES_STAKATAKA] = _("Stakataka"),
|
||||
[SPECIES_BLACEPHALON] = _("Blacefalon"),
|
||||
[SPECIES_BLACEPHALON] = _("Blacephaln"),
|
||||
[SPECIES_ZERAORA] = _("Zeraora"),
|
||||
[SPECIES_MELTAN] = _("Meltan"),
|
||||
[SPECIES_MELMETAL] = _("Melmetal"),
|
||||
|
Loading…
Reference in New Issue
Block a user