This commit is contained in:
frutescens 2024-09-03 14:01:10 -07:00
parent f9b086eb03
commit b0721b796b

View File

@ -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));
});
}