summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-05 14:40:55 -0500
committeryenatch <yenatch@gmail.com>2013-11-05 14:40:55 -0500
commitb2dd26c8a04016e565b5cd6ef841a5a0ba64c034 (patch)
tree7e36b867014c780389f91d691f968612d7a23daf
parent046192575eec6405472ed2a43c701c7e25645c66 (diff)
rename ParseCommand to ParseMusicCommand
-rw-r--r--audio/engine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index ea48825d4..9c1189eaf 100644
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -1113,7 +1113,7 @@ ParseMusic: ; e85e1
jr c, .readnote
; then it's a command
.readcommand
- call ParseCommand
+ call ParseMusicCommand
jr ParseMusic ; start over
.readnote
@@ -1319,7 +1319,7 @@ GetNoiseSample: ; e86c5
ret
; e870f
-ParseCommand ; e870f
+ParseMusicCommand: ; e870f
; reload command
ld a, [CurMusicByte]
; get command #