shithub: pokecrystal

ref: d260b5f185276cd789611d946f0be6198a7a368d
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