pokecrystal-board/engine/battle/move_effects/destiny_bond.asm

10 lines
205 B
NASM
Raw Normal View History

2018-06-24 07:09:41 -07:00
BattleCommand_DestinyBond:
; destinybond
ld a, BATTLE_VARS_SUBSTATUS5
call GetBattleVarAddr
set SUBSTATUS_DESTINY_BOND, [hl]
call AnimateCurrentMove
ld hl, DestinyBondEffectText
2019-04-08 05:15:10 -07:00
jp StdBattleTextbox