mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 06:52:16 +02:00
Fix evolution phase not using new fusion name
This commit is contained in:
parent
a54cd953a6
commit
a134a2ba13
@ -388,7 +388,7 @@ export class EvolutionPhase extends Phase {
|
||||
globalScene.ui.showText(
|
||||
i18next.t("menu:evolutionDone", {
|
||||
pokemonName: this.preEvolvedPokemonName,
|
||||
evolvedPokemonName: this.pokemon.species.getExpandedSpeciesName(),
|
||||
evolvedPokemonName: this.pokemon.name,
|
||||
}),
|
||||
null,
|
||||
() => this.end(),
|
||||
|
Loading…
Reference in New Issue
Block a user