shithub: pokecrystal

ref: 814a720e9dccff4b90f1259dc91016a703c22d7e
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