rename 'StartSFX' to 'PlaySFX'

This commit is contained in:
yenatch
2013-10-08 13:10:36 -04:00
parent 4ac678313f
commit 546c17ad37
6 changed files with 76 additions and 76 deletions

View File

@@ -225,7 +225,7 @@ _TitleScreen: ; 10ed67
; Play starting sound effect
call SFXChannelsOff
ld de, SFX_TITLE_SCREEN_ENTRANCE
call StartSFX
call PlaySFX
ret
; 10eea7