summaryrefslogtreecommitdiff
path: root/engine/routines
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 23:47:45 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 23:47:45 -0500
commit6d20cf3e80780af15ed15acea2f7feac1ffd9705 (patch)
tree68890374634d2a62c0256e208e8ceff33c73ffc1 /engine/routines
parentbf074f359886707d2ffb2e0b525b03dc7af0fe29 (diff)
"CryHeader" → "Cry"; "Cry" → "MonCry"
Diffstat (limited to 'engine/routines')
-rw-r--r--engine/routines/playslowcry.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/routines/playslowcry.asm b/engine/routines/playslowcry.asm
index 636741bcf..545629e51 100644
--- a/engine/routines/playslowcry.asm
+++ b/engine/routines/playslowcry.asm
@@ -1,6 +1,6 @@
Special_PlaySlowCry: ; fb841
ld a, [ScriptVar]
- call LoadCryHeader
+ call LoadCry
jr c, .done
ld hl, CryPitch
@@ -23,7 +23,7 @@ Special_PlaySlowCry: ; fb841
ld [CryLength], a
ld a, h
ld [CryLength + 1], a
- farcall _PlayCryHeader
+ farcall _PlayCry
call WaitSFX
.done