summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-04-03 12:00:24 +0200
committermid-kid <esteve.varela@gmail.com>2018-04-04 22:40:35 +0200
commit800f9489145dc7c82edb3fa86fc24a5ff7411533 (patch)
tree5ceb02885a4e79d67c588067703e8481ddb7ce7f /data
parentc1e3d17769aa3088556dcd1142944541f7f6fd0e (diff)
Label BattleCommand_BeatUpFailText
Diffstat (limited to 'data')
-rw-r--r--data/battle/effect_command_pointers.asm2
-rw-r--r--data/moves/effects.asm2
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