Fixed missing shift phase call

GHAG
This commit is contained in:
Bertie690 2025-07-21 22:02:35 -04:00
parent 607e222442
commit 6bc5d15f62

View File

@ -670,6 +670,7 @@ export class BattleScene extends SceneBase {
this.initStarterColors(),
]).then(() => {
this.phaseManager.toTitleScreen(true);
this.phaseManager.shiftPhase();
});
}