From b32bb090d49cc2b7135d0178deea7ab68f71115f Mon Sep 17 00:00:00 2001 From: damocleas Date: Sat, 16 Aug 2025 20:14:46 -0400 Subject: [PATCH] fix text Update command-phase.ts --- src/phases/command-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/command-phase.ts b/src/phases/command-phase.ts index ae7ba86d131..2b6c93a826b 100644 --- a/src/phases/command-phase.ts +++ b/src/phases/command-phase.ts @@ -461,7 +461,7 @@ export class CommandPhase extends FieldPhase { !targetPokemon?.hasAbility(AbilityId.WONDER_GUARD, false, true) ) { if (restrictMasterBall) { - this.queueShowText("battle:noPokeballStrongFinalBossCatchable"); + this.queueShowText("battle:noPokeballForceFinalBossCatchable"); return false; } if (cursor < PokeballType.MASTER_BALL) {