From 50da83cb23bd9b6f374a781acabdec0aa22bb598 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Fri, 17 Aug 2018 20:16:37 +0200 Subject: CheckDestinyBond -> CheckFaint Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly. --- macros/scripts/battle_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/scripts/battle_commands.asm') 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 -- cgit v1.2.3