summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-10-08 13:05:52 -0400
committeryenatch <yenatch@gmail.com>2013-10-08 13:05:52 -0400
commit4ac678313f9c7b9d28774a1a936b8de64350b478 (patch)
tree2004716139e7c7d063ea1c310ca17bd6144c4f30
parentec77075a471b55042340c232fe242bdc07cbf80b (diff)
rename 'PlaySFX' to 'PlayStereoSFX'
-rw-r--r--audio/engine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index e54bda967..46bc29c11 100644
--- 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 @@ LoadSFX: ; e8c04
; e8ca6
-PlaySFX: ; e8ca6
+PlayStereoSFX: ; e8ca6
; play sfx de
call MusicOff