diff --git a/src/phases.ts b/src/phases.ts index b861c82f0e8..bc8097b0ac5 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -3454,7 +3454,7 @@ export class TrainerVictoryPhase extends BattlePhase { } start() { - this.scene.disableMenu = true; + this.scene.disableMenu = false; this.scene.playBgm(this.scene.currentBattle.trainer.config.victoryBgm);