diff options
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 |