pokecrystal/engine/battle/move_effects/rage.asm

8 lines
112 B
NASM

BattleCommand_Rage:
; rage
ld a, BATTLE_VARS_SUBSTATUS4
call GetBattleVarAddr
set SUBSTATUS_RAGE, [hl]
ret