Blind wram labels part 4.

This commit is contained in:
yenatch
2015-02-10 15:14:41 -08:00
parent 62b473d6c6
commit c07ed74a5d
23 changed files with 340 additions and 326 deletions

View File

@@ -1,7 +1,7 @@
PlayStereoCry:: ; 37b6
push af
ld a, 1
ld [$c2bc], a
ld [wc2bc], a
pop af
call _PlayCry
call WaitSFX
@@ -13,7 +13,7 @@ PlayStereoCry2:: ; 37c4
; Used during pic animations.
push af
ld a, 1
ld [$c2bc], a
ld [wc2bc], 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 [$c2bc], a
ld [wc2bc], a
ld [CryTracks], a
pop af
call _PlayCry