summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/destiny_bond.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/destiny_bond.asm')
-rw-r--r--engine/battle/move_effects/destiny_bond.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/engine/battle/move_effects/destiny_bond.asm b/engine/battle/move_effects/destiny_bond.asm
new file mode 100644
index 000000000..2dc125ddf
--- /dev/null
+++ b/engine/battle/move_effects/destiny_bond.asm
@@ -0,0 +1,11 @@
+BattleCommand_DestinyBond: ; 35bff
+; destinybond
+
+ ld a, BATTLE_VARS_SUBSTATUS5
+ call GetBattleVarAddr
+ set SUBSTATUS_DESTINY_BOND, [hl]
+ call AnimateCurrentMove
+ ld hl, DestinyBondEffectText
+ jp StdBattleTextBox
+
+; 35c0f