diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-09 16:41:09 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-09 16:41:09 -0500 |
commit | 93ab6985d283857c54fe096294ba5296179963bf (patch) | |
tree | c6b5faee97b1ba0229e45201789cd4b0b7a57dfb /battle/effect_command_pointers.asm | |
parent | 59d67a44be4f76131b432b94b1cb6361b58a9a26 (diff) |
Some work on battle animations
Diffstat (limited to 'battle/effect_command_pointers.asm')
-rw-r--r-- | battle/effect_command_pointers.asm | 2 |
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 |