ref: b2dd26c8a04016e565b5cd6ef841a5a0ba64c034
parent: 046192575eec6405472ed2a43c701c7e25645c66
author: yenatch <[email protected]>
date: Tue Nov 5 09:40:55 EST 2013
rename ParseCommand to ParseMusicCommand
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -1113,7 +1113,7 @@
jr c, .readnote
; then it's a command
.readcommand
- call ParseCommand
+ call ParseMusicCommand
jr ParseMusic ; start over
.readnote
@@ -1319,7 +1319,7 @@
ret
; e870f
-ParseCommand ; e870f
+ParseMusicCommand: ; e870f
; reload command
ld a, [CurMusicByte]
; get command #