summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-23 17:10:50 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-23 17:10:50 -0500
commit8152ab612c0405d9e0074b7d51c9785e0dd3bc95 (patch)
tree3c7969ce1093e425989515c616950efbc9808f86 /home/cry.asm
parent3893feb835ef4959b77148668da90aaed3189b00 (diff)
Battle anims
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 ac9ac8029..aea7af03d 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -1,7 +1,7 @@
PlayStereoCry:: ; 37b6
push af
ld a, 1
- ld [wc2bc], a
+ ld [wStereoPanningMask], a
pop af
call _PlayCry
call WaitSFX
@@ -13,7 +13,7 @@ PlayStereoCry2:: ; 37c4
; Used during pic animations.
push af
ld a, 1
- ld [wc2bc], a
+ ld [wStereoPanningMask], a
pop af
jp _PlayCry
; 37ce
@@ -28,7 +28,7 @@ PlayCry2:: ; 37d5
; Don't wait for the cry to end.
push af
xor a
- ld [wc2bc], a
+ ld [wStereoPanningMask], a
ld [CryTracks], a
pop af
call _PlayCry