pokecrystal-board/engine/battle/move_effects/rage.asm
2018-06-25 12:07:35 -04:00

7 lines
111 B
NASM

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