shithub: pokecrystal

ref: 6c26e2617c8cabdb8e05ca0f7180123a169b13a2
dir: /engine/battle/move_effects/rage.asm/

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