shithub: pokecrystal

Download patch

ref: 4ac678313f9c7b9d28774a1a936b8de64350b478
parent: ec77075a471b55042340c232fe242bdc07cbf80b
author: yenatch <[email protected]>
date: Tue Oct 8 09:05:52 EDT 2013

rename 'PlaySFX' to 'PlayStereoSFX'

--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -5,7 +5,7 @@
 ; Notable functions:
 ; 	UpdateSound (called during VBlank)
 ; 	FadeMusic
-; 	PlaySFX
+; 	PlayStereoSFX
 ; 	PlayCry
 
 SoundRestart: ; e8000
@@ -2566,7 +2566,7 @@
 ; e8ca6
 
 
-PlaySFX: ; e8ca6
+PlayStereoSFX: ; e8ca6
 ; play sfx de
 
 	call MusicOff