mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
rename 'PlaySFX' to 'PlayStereoSFX'
This commit is contained in:
parent
ec77075a47
commit
4ac678313f
@ -5,7 +5,7 @@
|
|||||||
; Notable functions:
|
; Notable functions:
|
||||||
; UpdateSound (called during VBlank)
|
; UpdateSound (called during VBlank)
|
||||||
; FadeMusic
|
; FadeMusic
|
||||||
; PlaySFX
|
; PlayStereoSFX
|
||||||
; PlayCry
|
; PlayCry
|
||||||
|
|
||||||
SoundRestart: ; e8000
|
SoundRestart: ; e8000
|
||||||
@ -2566,7 +2566,7 @@ LoadSFX: ; e8c04
|
|||||||
; e8ca6
|
; e8ca6
|
||||||
|
|
||||||
|
|
||||||
PlaySFX: ; e8ca6
|
PlayStereoSFX: ; e8ca6
|
||||||
; play sfx de
|
; play sfx de
|
||||||
|
|
||||||
call MusicOff
|
call MusicOff
|
||||||
|
Loading…
Reference in New Issue
Block a user