mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 17:34:20 +01:00
Update battle_script_commands.c
This commit is contained in:
parent
48492997f3
commit
ab08ef18f7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user