summaryrefslogtreecommitdiff
path: root/macros/scripts
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-08-17 20:16:37 +0200
committermid-kid <esteve.varela@gmail.com>2018-08-17 20:16:37 +0200
commit50da83cb23bd9b6f374a781acabdec0aa22bb598 (patch)
tree1b7f6964cccdcd8c67d7672d2c0b52fb6a7ea28d /macros/scripts
parent79cf90ab5ec6069d2d27281e6602e85ba5310c87 (diff)
CheckDestinyBond -> CheckFaint
Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly.
Diffstat (limited to 'macros/scripts')
-rw-r--r--macros/scripts/battle_commands.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/scripts/battle_commands.asm b/macros/scripts/battle_commands.asm
index 48e034bdf..919d6e00f 100644
--- a/macros/scripts/battle_commands.asm
+++ b/macros/scripts/battle_commands.asm
@@ -21,7 +21,7 @@ ENDM
command applydamage ; 0e
command criticaltext ; 0f
command supereffectivetext ; 10
- command checkdestinybond ; 11
+ command checkfaint ; 11
command buildopponentrage ; 12
command poisontarget ; 13
command sleeptarget ; 14