From b209645b2067601ad0f6142191df5500673c27e2 Mon Sep 17 00:00:00 2001 From: Blackforest92 Date: Mon, 29 Aug 2022 21:33:28 +0700 Subject: [PATCH] Changes Origin to Origin Forme --- src/data/text/species_names.h | 2 +- src/pokemon.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/text/species_names.h b/src/data/text/species_names.h index 978730bfe4..ad0a1ba7c6 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 Forme [SPECIES_DIALGA_ORIGIN] = _("Dialga"), [SPECIES_PALKIA_ORIGIN] = _("Palkia"), [SPECIES_GIRATINA_ORIGIN] = _("Giratina"), diff --git a/src/pokemon.c b/src/pokemon.c index 5bd93b33f6..350aebf0b8 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -1428,7 +1428,7 @@ static const u16 sSpeciesToNationalPokedexNum[NUM_SPECIES - 1] = [SPECIES_ROTOM_FROST - 1] = NATIONAL_DEX_ROTOM, [SPECIES_ROTOM_FAN - 1] = NATIONAL_DEX_ROTOM, [SPECIES_ROTOM_MOW - 1] = NATIONAL_DEX_ROTOM, - // Origin + // Origin Forme [SPECIES_DIALGA_ORIGIN - 1] = NATIONAL_DEX_DIALGA, [SPECIES_PALKIA_ORIGIN - 1] = NATIONAL_DEX_PALKIA, [SPECIES_GIRATINA_ORIGIN - 1] = NATIONAL_DEX_GIRATINA,