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) {