pokecrystal-board/engine/battle/move_effects/destiny_bond.asm
2018-06-24 16:13:22 +02:00

11 lines
206 B
NASM

BattleCommand_DestinyBond:
; destinybond
ld a, BATTLE_VARS_SUBSTATUS5
call GetBattleVarAddr
set SUBSTATUS_DESTINY_BOND, [hl]
call AnimateCurrentMove
ld hl, DestinyBondEffectText
jp StdBattleTextBox