Merge commit '4ac6783' into merge-mrwint

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

View File

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

View File

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