shithub: pokecrystal

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

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