summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-18 09:59:03 -0700
committeryenatch <yenatch@gmail.com>2014-07-18 10:31:52 -0700
commit251517812f65ab95c886e2cb9afe4b996e463ec7 (patch)
tree36df9d3be33025986ba92bd89c99983d0a528dcc /main.asm
parentab018a5094c37688d9f111cd89ed2514fb38b0be (diff)
Rename the internal PlayCry function to _PlayCryHeader.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 8d58227a4..d51b96833 100644
--- a/main.asm
+++ b/main.asm
@@ -99748,7 +99748,7 @@ Functionfb841: ; fb841
ld [CryLength], a
ld a, h
ld [CryLength + 1], a
- callba PlayCry
+ callba _PlayCryHeader
call WaitSFX
.asm_fb876