From bd802ce976e2f19b1114256a7560ae35f4ed3d16 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Tue, 6 Apr 2021 09:45:14 -0300 Subject: [PATCH] Update species_names.h --- src/data/text/species_names.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/text/species_names.h b/src/data/text/species_names.h index 9d5c3ebd5c..8129e2a602 100644 --- a/src/data/text/species_names.h +++ b/src/data/text/species_names.h @@ -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"),