From ab08ef18f7403f5344e4cfb20eb9ba874a529de5 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sat, 25 Sep 2021 20:42:34 -0300 Subject: [PATCH] Update battle_script_commands.c --- src/battle_script_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index f9f7c4fb91..79fa8ce558 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -9959,7 +9959,7 @@ static void Cmd_handleballthrow(void) case ITEM_DREAM_BALL: #if I_DREAM_BALL_MODIFIER >= GEN_8 #ifdef BATTLE_ENGINE - if (gBattleMons[gBattlerTarget].status1 & STATUS1_SLEEP || GetBattlerAbility(gBattlerTarget) == ABILITY_COMATOSE)) + if (gBattleMons[gBattlerTarget].status1 & STATUS1_SLEEP || GetBattlerAbility(gBattlerTarget) == ABILITY_COMATOSE) #else if (gBattleMons[gBattlerTarget].status1 & STATUS1_SLEEP) ballMultiplier = 40;