shithub: pokecrystal

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

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