diff options
author | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-23 09:07:19 -0600 |
---|---|---|
committer | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-23 09:07:19 -0600 |
commit | 6be5bd7e8f155904fb38e8a2a38346f2d485707a (patch) | |
tree | 2760010b1f1b3b9ef95322b0acee9ed1e5d9fe82 | |
parent | 1b37c6a5239261beb1ab675eaeea43f8b07876af (diff) |
Finished Indigo Plateu Music Data Channel 1
hg-commit-id: d109d3215bce
-rw-r--r-- | music.asm | 102 |
1 files changed, 101 insertions, 1 deletions
@@ -2807,7 +2807,107 @@ branch_A4A8: ;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
|