summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
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