pokecrystal-board/engine/battle/move_effects/rage.asm
2018-06-24 16:13:22 +02:00

8 lines
112 B
NASM

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