From b0721b796bd2aa18d23921f5692ab60bd477bec8 Mon Sep 17 00:00:00 2001 From: frutescens Date: Tue, 3 Sep 2024 14:01:10 -0700 Subject: [PATCH] Whoops --- src/phases/learn-move-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }); }