diff --git a/src/phases.ts b/src/phases.ts index d7132ce58ec..72d94f52c00 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2335,7 +2335,6 @@ export class MovePhase extends BattlePhase { return this.end(); } - // Display move text as long as it wasn't cancelled if (this.move.moveId && !this.cancelled) this.showMoveText(); if (this.failed)