summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-17 18:10:45 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-17 18:10:45 +0700
commitd0eb204e4a6c24e304252a7e85d8e77d4b3acd6f (patch)
tree3f0b164c98b2fd6643ff93601ab8af0d74268830 /home/cry.asm
parentc63e33f04170e24bee0546f97381d7fcc5840a6d (diff)
Further disassemble audio engine
Diffstat (limited to 'home/cry.asm')
-rw-r--r--home/cry.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/cry.asm b/home/cry.asm
index 3dbe63f..994bc29 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -5,15 +5,15 @@ SECTION "home/cry.asm", ROM0
PlayStereoCry::
push af
ld a, $1
- ld [wc1b9], a
+ ld [wStereoPanningMask], a
pop af
jr _PlayCry
PlayCry::
push af
xor a
- ld [wc1b9], a
- ld [wc1ba], a
+ ld [wStereoPanningMask], a
+ ld [wCryTracks], a
pop af
_PlayCry:
push hl