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. --- data/battle/effect_command_pointers.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/battle/effect_command_pointers.asm') diff --git a/data/battle/effect_command_pointers.asm b/data/battle/effect_command_pointers.asm index 1b06eefe7..d5c044d78 100644 --- a/data/battle/effect_command_pointers.asm +++ b/data/battle/effect_command_pointers.asm @@ -20,7 +20,7 @@ BattleCommandPointers: dw BattleCommand_ApplyDamage dw BattleCommand_CriticalText dw BattleCommand_SuperEffectiveText - dw BattleCommand_CheckDestinyBond + dw BattleCommand_CheckFaint dw BattleCommand_BuildOpponentRage dw BattleCommand_PoisonTarget dw BattleCommand_SleepTarget -- cgit v1.2.3