pokecrystal-board/engine/battle/move_effects/rage.asm

6 lines
104 B
NASM
Raw Normal View History

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