From 212fb466d8c2cebe219fd001530075484c765cb8 Mon Sep 17 00:00:00 2001 From: KuroiIeWa5Da Date: Mon, 23 Jan 2012 09:13:24 -0600 Subject: [PATCH] Finished Indigo Plateu Music Data Channel 2 hg-commit-id: 997a88c37722 --- music.asm | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/music.asm b/music.asm index 80b50536..ab3f4f13 100644 --- a/music.asm +++ b/music.asm @@ -2910,7 +2910,73 @@ branch_a659: ; A663 IndigoPlateau_md_2: ;a664 - a6b9 -INCBIN "baserom.gbc",$a664,$a6ba - $a664 +; A664 + mus_duty duty75 + mus_mod 8, 2, 5 + mus_vel 12, 2 + + mus_octave oct2 + mus_note noteD, note2 + mus_note noteD, note2 + mus_note noteD, note2 + mus_note noteD, note4 + mus_vel 5, 10 + mus_note noteD#, note4 + +branch_a673: + mus_call branch_a6af + mus_vel 12, 5 + mus_note noteA, note4 + mus_call branch_a6af + mus_vel 12, 5 + mus_note noteA#, note4 + mus_call branch_a6af + mus_vel 12, 5 + mus_note noteA, note4 + mus_call branch_a6af + mus_vel 12, 7 + mus_note noteC#, note4 + mus_call branch_a6af + mus_vel 12, 5 + mus_note noteA, note4 + mus_call branch_a6af + mus_vel 12, 5 + mus_note noteA#, note4 + mus_call branch_a6af + mus_vel 12, 5 + + mus_octave oct3 + mus_note noteC, note8 + mus_vel 12, 7 + + mus_octave oct3 + mus_note noteC#, note8 + mus_note noteD, note2 + + mus_octave oct2 + mus_note noteD, note2 + + mus_octave oct3 + mus_note noteC, note2 + mus_vel 4, 13 + + mus_octave oct3 + mus_note noteD#, note2 + mus_jump 0, branch_a673 + +branch_a6af: + mus_vel 12, 2 + + mus_octave oct2 + mus_note noteD, note4 + mus_note noteD, note4 + mus_note noteD, note4 + mus_note noteD, note4 + mus_note noteD, note4 + mus_note noteD, note4 + mus_note noteD, note4 + mus_end + ; A6B9 IndigoPlateau_md_3: ;a6ba - a70e INCBIN "baserom.gbc",$a6ba,$a70f - $a6ba