pokecrystal/engine/battle/move_effects/rage.asm

8 lines
112 B
NASM
Raw Normal View History

2018-06-24 14:09:41 +00:00
BattleCommand_Rage:
; rage
ld a, BATTLE_VARS_SUBSTATUS4
call GetBattleVarAddr
set SUBSTATUS_RAGE, [hl]
ret