From 4e11759671a3a00a906bdcf094a46886f62bc50e Mon Sep 17 00:00:00 2001 From: jnotsknab Date: Thu, 19 Jun 2025 14:32:18 -0500 Subject: [PATCH] Formatting --- src/phases/battle-phase.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/phases/battle-phase.ts b/src/phases/battle-phase.ts index 32a0fca6de3..7578c4552e2 100644 --- a/src/phases/battle-phase.ts +++ b/src/phases/battle-phase.ts @@ -14,6 +14,7 @@ export abstract class BattlePhase extends Phase { globalScene.currentBattle.failedRunAway = false; } } + showEnemyTrainer(trainerSlot: TrainerSlot = TrainerSlot.NONE): void { if (!globalScene.currentBattle.trainer) { console.warn("Enemy trainer is missing!");