diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-08-17 20:16:37 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-08-17 20:16:37 +0200 |
commit | 50da83cb23bd9b6f374a781acabdec0aa22bb598 (patch) | |
tree | 1b7f6964cccdcd8c67d7672d2c0b52fb6a7ea28d /data/battle/effect_command_pointers.asm | |
parent | 79cf90ab5ec6069d2d27281e6602e85ba5310c87 (diff) |
CheckDestinyBond -> CheckFaint
Its main function is fainting the opponent and ending the move effect.
Updated the comment accordingly.
Diffstat (limited to 'data/battle/effect_command_pointers.asm')
-rw-r--r-- | data/battle/effect_command_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |