shithub: pokecrystal

ref: e32e5212af3783f530af884852570d8003e69486
dir: /engine/battle/move_effects/rage.asm/

View raw version
BattleCommand_Rage: ; 36f1d
; rage
	ld a, BATTLE_VARS_SUBSTATUS4
	call GetBattleVarAddr
	set SUBSTATUS_RAGE, [hl]
	ret

; 36f25