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

@@ -588,7 +588,7 @@ Script_specialsound: ; 0x96fe4
jr z, .play
ld de, SFX_ITEM
.play
call StartSFX
call PlaySFX
call WaitSFX
ret
; 0x96ffe
@@ -954,7 +954,7 @@ Script_playsound: ; 0x971b7
ld e, a
call GetScriptByte
ld d, a
call StartSFX
call PlaySFX
ret
; 0x971c3
@@ -971,7 +971,7 @@ Script_warpsound: ; 0x971c7
ld a, $5
ld hl, $4a07
rst $8
call StartSFX
call PlaySFX
ret
; 0x971d1