summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuroiIeWa5Da <tyuki@adu.me>2012-01-23 09:13:24 -0600
committerKuroiIeWa5Da <tyuki@adu.me>2012-01-23 09:13:24 -0600
commit212fb466d8c2cebe219fd001530075484c765cb8 (patch)
tree803953e8e8fe94b5405fb3b0b07fabb06132e861
parent6be5bd7e8f155904fb38e8a2a38346f2d485707a (diff)
Finished Indigo Plateu Music Data Channel 2
hg-commit-id: 997a88c37722
-rw-r--r--music.asm68
1 files changed, 67 insertions, 1 deletions
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