Skip to content

Commit

Permalink
Changes Origin to Origin Forme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackforest92 committed Aug 29, 2022
1 parent 32a1017 commit b209645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/text/species_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion src/pokemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b209645

Please sign in to comment.