diff --git a/src/phases.ts b/src/phases.ts index 5c06344b6e5..dc07ee74465 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -3107,6 +3107,7 @@ export class GameOverPhase extends BattlePhase { const fadeDuration = this.victory ? 10000 : 5000; this.scene.fadeOutBgm(fadeDuration, true); this.scene.ui.fadeOut(fadeDuration).then(() => { + this.scene.setFieldScale(1, true); this.scene.clearPhaseQueue(); this.scene.ui.clearText(); this.handleUnlocks();