You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
rename 'StartSFX' to 'PlaySFX'
This commit is contained in:
@@ -394,7 +394,7 @@ Functionaaf: ; aaf
|
||||
call Functionac6
|
||||
push de
|
||||
ld de, SFX_READ_TEXT_2
|
||||
call StartSFX
|
||||
call PlaySFX
|
||||
pop de
|
||||
ret
|
||||
|
||||
|
@@ -532,7 +532,7 @@ Function1ff8: ; 1ff8
|
||||
PlayClickSFX: ; 2009
|
||||
push de
|
||||
ld de, SFX_READ_TEXT_2
|
||||
call StartSFX
|
||||
call PlaySFX
|
||||
pop de
|
||||
ret
|
||||
; 0x2012
|
||||
|
@@ -1091,7 +1091,7 @@ Text_PlaySound:: ; 1500
|
||||
ld e, [hl]
|
||||
inc hl
|
||||
ld d, [hl]
|
||||
call StartSFX
|
||||
call PlaySFX
|
||||
call WaitSFX
|
||||
pop de
|
||||
|
||||
|
Reference in New Issue
Block a user