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 6cd1f0a64..1573979a8 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 Function0x37e01
+ call Function37e01
ld hl, StartedNightmareText
jp StdBattleTextBox
.failed
- call Function0x37e77
+ call Function37e77
jp PrintButItFailed
; 37563