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 jr c, .readnote
; then it's a command ; then it's a command
.readcommand .readcommand
call ParseCommand call ParseMusicCommand
jr ParseMusic ; start over jr ParseMusic ; start over
.readnote .readnote
@ -1319,7 +1319,7 @@ GetNoiseSample: ; e86c5
ret ret
; e870f ; e870f
ParseCommand ; e870f ParseMusicCommand: ; e870f
; reload command ; reload command
ld a, [CurMusicByte] ld a, [CurMusicByte]
; get command # ; get command #