mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
rename 'LoadSFX' to '_PlaySFX'
This commit is contained in:
parent
546c17ad37
commit
963fe4808b
@ -2465,7 +2465,7 @@ PlayCry: ; e8b79
|
||||
ret
|
||||
; e8c04
|
||||
|
||||
LoadSFX: ; e8c04
|
||||
_PlaySFX: ; e8c04
|
||||
; clear channels if they aren't already
|
||||
call MusicOff
|
||||
ld hl, $c1cc ; Channel5Flags
|
||||
@ -2574,7 +2574,7 @@ PlayStereoSFX: ; e8ca6
|
||||
; standard procedure if stereo's off
|
||||
ld a, [Options]
|
||||
bit 5, a
|
||||
jp z, LoadSFX
|
||||
jp z, _PlaySFX
|
||||
|
||||
; else, let's go ahead with this
|
||||
ld hl, MusicID
|
||||
|
Loading…
Reference in New Issue
Block a user