From 32a1017c2dfbf6f12f7643966e33188333eeb351 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Mon, 29 Aug 2022 10:13:01 -0400 Subject: [PATCH] Fixed tab --- 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 8e82d47a9..978730bfe 100644 --- a/src/data/text/species_names.h +++ b/src/data/text/species_names.h @@ -1093,7 +1093,7 @@ const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1] = { [SPECIES_ROTOM_FROST] = _("Rotom"), [SPECIES_ROTOM_MOW] = _("Rotom"), [SPECIES_ROTOM_WASH] = _("Rotom"), - // Origin + // Origin [SPECIES_DIALGA_ORIGIN] = _("Dialga"), [SPECIES_PALKIA_ORIGIN] = _("Palkia"), [SPECIES_GIRATINA_ORIGIN] = _("Giratina"),