pokecrystal/engine/battle/move_effects/destiny_bond.asm

11 lines
206 B
NASM
Raw Normal View History

2018-06-24 14:09:41 +00:00
BattleCommand_DestinyBond:
; destinybond
ld a, BATTLE_VARS_SUBSTATUS5
call GetBattleVarAddr
set SUBSTATUS_DESTINY_BOND, [hl]
call AnimateCurrentMove
ld hl, DestinyBondEffectText
jp StdBattleTextBox