summaryrefslogtreecommitdiff
path: root/battle/effect_command_pointers.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-09 16:41:09 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-09 16:41:09 -0500
commit93ab6985d283857c54fe096294ba5296179963bf (patch)
treec6b5faee97b1ba0229e45201789cd4b0b7a57dfb /battle/effect_command_pointers.asm
parent59d67a44be4f76131b432b94b1cb6361b58a9a26 (diff)
Some work on battle animations
Diffstat (limited to 'battle/effect_command_pointers.asm')
-rw-r--r--battle/effect_command_pointers.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm
index e0735b2ea..1113f968f 100644
--- a/battle/effect_command_pointers.asm
+++ b/battle/effect_command_pointers.asm
@@ -13,7 +13,7 @@ BattleCommandPointers: ; 3fd28
dw BattleCommand_LowerSub ; 34eee
dw BattleCommand_HitTargetNoSub ; 34f60
dw BattleCommand_RaiseSub ; 35004
- dw BattleCommand_ResultText ; 35023
+ dw BattleCommand_FailureText ; 35023
dw BattleCommand_CheckFaint ; 3505e
dw BattleCommand_CriticalText ; 35175
dw BattleCommand_SuperEffectiveText ; 351ad