summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-18 09:50:31 -0700
committeryenatch <yenatch@gmail.com>2014-07-18 10:31:51 -0700
commitab018a5094c37688d9f111cd89ed2514fb38b0be (patch)
tree89eaf3ba9f9a9860ae164750cac46d83d53f3d90 /home/audio.asm
parent2f996085261ef665fd38df33a58c779df557baf7 (diff)
Cry "echo" is actually the upper byte of pitch (now a word).
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 348da52c6..64c1ba08b 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -173,7 +173,7 @@ PlayCryHeader:: ; 3be3
ld a, [hli]
ld [CryPitch], a
ld a, [hli]
- ld [CryEcho], a
+ ld [CryPitch + 1], a
ld a, [hli]
ld [CryLength], a
ld a, [hl]