summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/destiny_bond.asm
blob: 6a03b9a76c02d01ed85544e2bfb04794d55c1f91 (plain)
1
2
3
4
5
6
7
8
9
BattleCommand_DestinyBond:
; destinybond

	ld a, BATTLE_VARS_SUBSTATUS5
	call GetBattleVarAddr
	set SUBSTATUS_DESTINY_BOND, [hl]
	call AnimateCurrentMove
	ld hl, DestinyBondEffectText
	jp StdBattleTextbox