diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:18:29 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:18:29 -0400 |
commit | fadac928bccb9be1010e73df3253021312f5a2fb (patch) | |
tree | 4c53e6ae86a8d69f520850af005a21c0d6c5ea8e /audio/engine_1.asm | |
parent | d266f788b4ba251c5a41f47745c941d81e5d7d88 (diff) |
Clean up music bank references
Diffstat (limited to 'audio/engine_1.asm')
-rw-r--r-- | audio/engine_1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine_1.asm b/audio/engine_1.asm index c1c4999b..4177e14d 100644 --- a/audio/engine_1.asm +++ b/audio/engine_1.asm @@ -1,6 +1,6 @@ ; The first of three duplicated sound engines. -Func_9103:: ; 0x9103 +Music2_UpdateMusic:: ; 0x9103 ld c, CH0 .loop ld b, $0 |