From b2dd26c8a04016e565b5cd6ef841a5a0ba64c034 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 5 Nov 2013 14:40:55 -0500 Subject: [PATCH] rename ParseCommand to ParseMusicCommand --- audio/engine.asm | 4 ++-- 1 file 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 #