ref: 6be5bd7e8f155904fb38e8a2a38346f2d485707a
parent: 1b37c6a5239261beb1ab675eaeea43f8b07876af
author: KuroiIeWa5Da <tyuki@adu.me>
date: Mon Jan 23 04:07:19 EST 2012
Finished Indigo Plateu Music Data Channel 1 hg-commit-id: d109d3215bce
--- a/music.asm
+++ b/music.asm
@@ -2807,7 +2807,107 @@
;Indigo Plateau
IndigoPlateau_md_1: ;a5f0 - a663
-INCBIN "baserom.gbc",$a5f0,$a664 - $a5f0
+ mus_tempo 0, 132
+ mus_volume 119
+ mus_duty duty75
+ mus_mod 6, 3, 4
+ db $E8
+ mus_vel 11, 2
+
+ mus_octave oct1
+ mus_note noteA, note2
+ mus_note noteA, note2
+ mus_note noteA, note2
+ mus_note noteA, note4
+ mus_vel 10, 4
+ mus_note noteA#, note4
+
+branch_a605:
+ mus_call branch_a659
+ mus_vel 11, 4
+
+ mus_octave oct2
+ mus_note noteD, note4
+ mus_call branch_a659
+ mus_vel 11, 4
+
+ mus_octave oct2
+ mus_note noteD#, note4
+ mus_call branch_a659
+ mus_vel 11, 4
+
+ mus_octave oct2
+ mus_note noteD, note4
+ mus_call branch_a659
+ mus_vel 10, 0
+
+ mus_octave oct1
+ mus_note noteA#, note4
+ mus_call branch_a659
+ mus_vel 11, 4
+
+ mus_octave oct2
+ mus_note noteD, note4
+ mus_vel 13, 4
+
+ mus_octave oct2
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_vel 11, 4
+
+ mus_octave oct2
+ mus_note noteD#, note4
+ mus_vel 13, 4
+
+ mus_octave oct2
+ mus_note noteA#, note4
+ mus_note noteA#, note4
+ mus_note noteA#, note4
+ mus_note noteA#, note4
+ mus_note noteA#, note4
+ mus_note noteA#, note4
+ mus_note noteA#, note4
+ mus_vel 11, 4
+
+ mus_octave oct2
+ mus_note noteF, note8
+ mus_vel 11, 4
+
+ mus_octave oct2
+ mus_note noteG, note8
+ mus_vel 11, 0
+ mus_note noteA, note2
+
+ mus_octave oct1
+ mus_note noteA, note2
+ mus_vel 11, 7
+
+ mus_octave oct2
+ mus_note noteF, note2
+ mus_vel 4, 14
+
+ mus_octave oct1
+ mus_note noteA#, note2
+ mus_jump 0, branch_a605
+
+branch_a659:
+ mus_vel 11, 2
+
+ mus_octave oct1
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_note noteA, note4
+ mus_end
+ ; A663
IndigoPlateau_md_2: ;a664 - a6b9
INCBIN "baserom.gbc",$a664,$a6ba - $a664