diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/battle/effect_command_pointers.asm | 2 | ||||
-rw-r--r-- | data/moves/effects.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/battle/effect_command_pointers.asm b/data/battle/effect_command_pointers.asm index ae780dca6..a57e08be7 100644 --- a/data/battle/effect_command_pointers.asm +++ b/data/battle/effect_command_pointers.asm @@ -171,7 +171,7 @@ BattleCommandPointers: ; 3fd28 dw BattleCommand_BideFailText ; 35165 dw BattleCommand_RaiseSubNoAnim ; 365af dw BattleCommand_LowerSubNoAnim ; 365c3 - dw BattleCommanda8 ; 355b5 + dw BattleCommand_BeatUpFailText ; 355b5 dw BattleCommand_ClearMissDamage ; 355d5 - a9 dw BattleCommand_MoveDelay ; 37e80 dw BattleCommand_HitTarget ; 34f57 diff --git a/data/moves/effects.asm b/data/moves/effects.asm index 0a52319fb..a262babe2 100644 --- a/data/moves/effects.asm +++ b/data/moves/effects.asm @@ -2056,7 +2056,7 @@ BeatUp: checkdestinybond buildopponentrage endloop - effect0xa8 + beatupfailtext raisesub kingsrock endmove |