mirror of
https://github.com/pret/pokegold.git
synced 2026-09-26 13:23:06 -04:00
7 lines
111 B
NASM
7 lines
111 B
NASM
BattleCommand_Rage:
|
|
; rage
|
|
ld a, BATTLE_VARS_SUBSTATUS4
|
|
call GetBattleVarAddr
|
|
set SUBSTATUS_RAGE, [hl]
|
|
ret
|