diff --git a/src/phases/learn-move-phase.ts b/src/phases/learn-move-phase.ts index ed6b1b91662..bcf7c98f243 100644 --- a/src/phases/learn-move-phase.ts +++ b/src/phases/learn-move-phase.ts @@ -100,7 +100,7 @@ export class LearnMovePhase extends PlayerPartyMemberPokemonPhase { this.scene.ui.showText(i18next.t("battle:learnMoveNotLearned", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }), null, () => { this.end(); }, null, true); - }, () => this.replaceMoveCheck()); + }, () => this.replaceMoveCheck(move, pokemon)); }); }