Merge commit '4ac6783' into merge-mrwint

This commit is contained in:
yenatch
2013-10-25 16:17:52 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
; Notable functions: ; Notable functions:
; UpdateSound (called during VBlank) ; UpdateSound (called during VBlank)
; FadeMusic ; FadeMusic
; PlaySFX ; PlayStereoSFX
; PlayCry ; PlayCry
SoundRestart: ; e8000 SoundRestart: ; e8000
@@ -2566,7 +2566,7 @@ LoadSFX: ; e8c04
; e8ca6 ; e8ca6
PlaySFX: ; e8ca6 PlayStereoSFX: ; e8ca6
; play sfx de ; play sfx de
call MusicOff call MusicOff

View File

@@ -93990,7 +93990,7 @@ Functioncc7cd: ; cc7cd (33:47cd)
call Function3af0 call Function3af0
ld e, a ld e, a
ld d, $0 ld d, $0
callab PlaySFX callab PlayStereoSFX
ret ret
; cc7f8 (33:47f8) ; cc7f8 (33:47f8)