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.scene.ui.showText(i18next.t("battle:learnMoveNotLearned", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }), null, () => {
this.end(); this.end();
}, null, true); }, null, true);
}, () => this.replaceMoveCheck()); }, () => this.replaceMoveCheck(move, pokemon));
}); });
} }