From 79aa0bfbc6d11532129d1457545eebd88ea7b70a Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 3 Oct 2015 17:44:40 -0400 Subject: bank1f audio. Also move yellow/audio.asm to audio.asm --- audio/headers/musicheaders3.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/headers') diff --git a/audio/headers/musicheaders3.asm b/audio/headers/musicheaders3.asm index 75633a7a..be83f2ee 100644 --- a/audio/headers/musicheaders3.asm +++ b/audio/headers/musicheaders3.asm @@ -65,12 +65,12 @@ Music_GameCorner:: ; 7c28b (1f:428b) dw Music_GameCorner_Ch3 Music_IntroBattle:: ; 7c294 (1f:4294) - db ( $C0 | CH0 ) - dw Music_IntroBattle_Ch1 + db ( $80 | CH0 ) + dw Music_YellowIntro_Ch1 db CH1 - dw Music_IntroBattle_Ch2 + dw Music_YellowIntro_Ch2 db CH2 - dw Music_IntroBattle_Ch3 + dw Music_YellowIntro_Ch3 ; Power Plant, Unknown Dungeon, Rocket HQ Music_Dungeon1:: ; 7c2a0 (1f:42a0) -- cgit v1.3.1-sl0p