diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-03 17:44:40 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-03 17:44:40 -0400 |
commit | 79aa0bfbc6d11532129d1457545eebd88ea7b70a (patch) | |
tree | 79f5bc6378a3fbe9436bbe807493994758dbc1a2 /audio/headers | |
parent | fbeac8adb657c01192d2c755a45005b0f0f3c332 (diff) |
bank1f audio.
Also move yellow/audio.asm to audio.asm
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) |