rename ParseCommand to ParseMusicCommand

This commit is contained in:
yenatch 2013-11-05 14:40:55 -05:00
parent 046192575e
commit b2dd26c8a0

View File

@ -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 #