mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
Allows entering menu from trainer battle.
This commit is contained in:
parent
d2a54aaab3
commit
b8cb34eec4
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user