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

@@ -394,7 +394,7 @@ Functionaaf: ; aaf
call Functionac6
push de
ld de, SFX_READ_TEXT_2
call StartSFX
call PlaySFX
pop de
ret

View File

@@ -532,7 +532,7 @@ Function1ff8: ; 1ff8
PlayClickSFX: ; 2009
push de
ld de, SFX_READ_TEXT_2
call StartSFX
call PlaySFX
pop de
ret
; 0x2012

View File

@@ -1091,7 +1091,7 @@ Text_PlaySound:: ; 1500
ld e, [hl]
inc hl
ld d, [hl]
call StartSFX
call PlaySFX
call WaitSFX
pop de