From c39a3756bbb10642eedac0ee62b09dd84fb95b19 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 23 Jan 2012 01:55:58 -0600 Subject: [PATCH] fix music.asm include hg-commit-id: 67918d1ede0d --- common.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.asm b/common.asm index 4309c676..10f12758 100644 --- a/common.asm +++ b/common.asm @@ -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]