mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
Updated MOVE_EFFECT_DIRE_CLAW
This commit is contained in:
parent
4bb86c5d96
commit
9972cce0ec
@ -3656,7 +3656,7 @@ void SetMoveEffect(bool32 primary, u32 certain)
|
|||||||
{
|
{
|
||||||
DIRE_CLAW_STATUS_PICK:
|
DIRE_CLAW_STATUS_PICK:
|
||||||
gBattleScripting.moveEffect = Random() % 6;
|
gBattleScripting.moveEffect = Random() % 6;
|
||||||
if (gBattleScripting.moveEffect == MOVE_EFFECT_NONE
|
if (gBattleScripting.moveEffect == 0
|
||||||
|| gBattleScripting.moveEffect == MOVE_EFFECT_BURN
|
|| gBattleScripting.moveEffect == MOVE_EFFECT_BURN
|
||||||
|| gBattleScripting.moveEffect == MOVE_EFFECT_FREEZE)
|
|| gBattleScripting.moveEffect == MOVE_EFFECT_FREEZE)
|
||||||
goto DIRE_CLAW_STATUS_PICK;
|
goto DIRE_CLAW_STATUS_PICK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user