shithub: pokecrystal

ref: 53ff57ca663dc5bf9c3731022b0eb0dc73f2207f
dir: /engine/battle/move_effects/rage.asm/

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

; 36f25