mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
Fixed Greninja form species names.
This commit is contained in:
parent
29c33b908b
commit
afeb0c5ae4
@ -1005,8 +1005,8 @@ const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1] = {
|
||||
[SPECIES_GENESECT_BURN_DRIVE] = _("Genesect"),
|
||||
[SPECIES_GENESECT_CHILL_DRIVE] = _("Genesect"),
|
||||
// Greninja
|
||||
[SPECIES_GRENINJA_BATTLE_BOND] = _("Giratina"),
|
||||
[SPECIES_GRENINJA_ASH] = _("Giratina"),
|
||||
[SPECIES_GRENINJA_BATTLE_BOND] = _("Greninja"),
|
||||
[SPECIES_GRENINJA_ASH] = _("Greninja"),
|
||||
// Vivillon
|
||||
[SPECIES_VIVILLON_POLAR] = _("Vivillon"),
|
||||
[SPECIES_VIVILLON_TUNDRA] = _("Vivillon"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user