diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 01:55:58 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-23 01:55:58 -0600 |
commit | c39a3756bbb10642eedac0ee62b09dd84fb95b19 (patch) | |
tree | 99ed6b1b8974ab1fb1ffa00ce5b654cc11c4b521 | |
parent | 7b23ef09829ac2c8afc842d96b3b15fdc2c91719 (diff) |
fix music.asm include
hg-commit-id: 67918d1ede0d
-rw-r--r-- | common.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5672,7 +5672,7 @@ IndigoPlateau_mh: ;0x82F1 - 0x82FC db $03 dw IndigoPlateau_md_4 ;Channel 4 -INCLUDE "music/music.asm" +INCLUDE "music.asm" SECTION "bank3",DATA,BANK[$3] |