shithub: pokecrystal

ref: 31ec3365e975e8055dcac60d38fcb30d8096d52c
dir: /engine/battle/move_effects/rage.asm/

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