Allows entering menu from trainer battle.

This commit is contained in:
HighMans 2024-05-21 21:04:55 -04:00
parent d2a54aaab3
commit b8cb34eec4

View File

@ -3454,7 +3454,7 @@ export class TrainerVictoryPhase extends BattlePhase {
} }
start() { start() {
this.scene.disableMenu = true; this.scene.disableMenu = false;
this.scene.playBgm(this.scene.currentBattle.trainer.config.victoryBgm); this.scene.playBgm(this.scene.currentBattle.trainer.config.victoryBgm);