summaryrefslogtreecommitdiff
path: root/battle/effects/nightmare.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/effects/nightmare.asm')
-rw-r--r--battle/effects/nightmare.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/nightmare.asm b/battle/effects/nightmare.asm
index 1573979a8..cd3210cab 100644
--- a/battle/effects/nightmare.asm
+++ b/battle/effects/nightmare.asm
@@ -28,12 +28,12 @@ BattleCommand52: ; 37536
; Otherwise give the opponent a nightmare.
set SUBSTATUS_NIGHTMARE, [hl]
- call Function37e01
+ call AnimateCurrentMove
ld hl, StartedNightmareText
jp StdBattleTextBox
.failed
- call Function37e77
+ call AnimateFailedMove
jp PrintButItFailed
; 37563