diff options
Diffstat (limited to 'audio/headers')
-rw-r--r-- | audio/headers/musicheaders3.asm | 8 |
1 files changed, 4 insertions, 4 deletions
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) |