diff options
author | yenatch <yenatch@gmail.com> | 2013-11-05 14:40:55 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-05 14:40:55 -0500 |
commit | b2dd26c8a04016e565b5cd6ef841a5a0ba64c034 (patch) | |
tree | 7e36b867014c780389f91d691f968612d7a23daf | |
parent | 046192575eec6405472ed2a43c701c7e25645c66 (diff) |
rename ParseCommand to ParseMusicCommand
-rw-r--r-- | audio/engine.asm | 4 |
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 # |