diff options
author | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-25 09:23:18 -0600 |
---|---|---|
committer | KuroiIeWa5Da <tyuki@adu.me> | 2012-01-25 09:23:18 -0600 |
commit | 4c7ddcbb0761637356dc138ebf127da7514aec24 (patch) | |
tree | 13d40e7d6852116d3b3a738c71d7fc5b73bca463 | |
parent | 2584075e448997ccfc250e0f1aa206f586ab94bd (diff) |
Finished MuseumGuy Channel 2 Music Data
hg-commit-id: e492474add42
-rw-r--r-- | music.asm | 125 |
1 files changed, 124 insertions, 1 deletions
@@ -4889,7 +4889,130 @@ branch_adec: ; ADF0
MuseumGuy_md_2: ;ADF1 - AE6D
-INCBIN "baserom.gbc",$adf1,$ae6e - $adf1
+ ; ADF1
+ mus_duty duty50
+ mus_vel 12, 1
+
+ mus_octave oct3
+ mus_note noteE, note8
+ mus_note noteD, note8
+ mus_note noteC#, note8
+ mus_note noteD, note8
+ mus_note noteC#, note8
+
+ mus_octave oct2
+ mus_note noteB, note8
+ mus_note noteA, note8
+ mus_note noteG#, note8
+ mus_note noteE, note4
+ mus_note noteE, note16
+ mus_note noteG#, note16
+ mus_note noteB, note16
+
+ mus_octave oct3
+ mus_note noteD#, note16
+ mus_note noteE, note2
+
+ mus_octave oct2
+ mus_note noteA, note8
+
+ mus_octave oct3
+ mus_note noteC#, note8
+ mus_note noteE, note4
+ mus_note noteD, note8
+ mus_note noteF#, note8
+ mus_note noteA, note4
+
+ mus_octave oct2
+ mus_note noteA, note8
+
+ mus_octave oct3
+ mus_note noteC#, note8
+ mus_note noteE, note4
+ mus_note noteD, note8
+ mus_note noteC#, note8
+
+ mus_octave oct2
+ mus_note noteB, note4
+ mus_note noteA, note8
+
+ mus_octave oct3
+ mus_note noteC#, note8
+ mus_note noteE, note4
+ mus_note noteD, note8
+ mus_note noteF#, note8
+ mus_note noteA, note8
+ mus_note noteA, note8
+ mus_note noteG#, note8
+ mus_note noteE, note8
+ mus_note noteF#, note8
+ mus_note noteG#, note8
+ mus_note noteA, note8
+ mus_note noteA, note8
+ mus_note noteA, note4
+
+branch_ae26:
+ mus_octave oct2
+ mus_note noteA, note8
+
+ mus_octave oct3
+ mus_note noteC#, note8
+ mus_note noteE, note8_16
+ mus_vel 8, 1
+ mus_note noteE, note16
+ mus_vel 12, 1
+ mus_note noteD, note8
+ mus_note noteF#, note8
+ mus_note noteA, note8_16
+ mus_vel 9, 1
+ mus_note noteA, note16
+ mus_vel 12, 1
+
+ mus_octave oct2
+ mus_note noteA, note8
+
+ mus_octave oct3
+ mus_note noteC#, note8
+ mus_note noteE, note4
+ mus_note noteD, note16
+ mus_note noteC#, note16
+ mus_note noteC, note16
+
+ mus_octave oct2
+ mus_note noteB, note16
+ mus_note noteB, note8_16
+ mus_vel 10, 1
+ mus_note noteG#, note16
+ mus_vel 12, 1
+ mus_note noteA, note8
+
+ mus_octave oct3
+ mus_note noteC#, note8
+ mus_note noteE, note8_16
+ mus_vel 9, 1
+ mus_note noteE, note16
+ mus_vel 12, 1
+ mus_note noteD, note8
+ mus_note noteF#, note8
+ mus_note noteA, note8_16
+ mus_vel 8, 1
+ mus_note noteA, note16
+ mus_vel 12, 1
+ mus_note noteG#, note8
+ mus_note noteE, note16
+ mus_vel 8, 1
+ mus_note noteE, note16
+ mus_vel 12, 1
+ mus_note noteF#, note8
+ mus_vel 8, 1
+ mus_note noteF#, note16
+ mus_vel 12, 1
+ mus_note noteG#, note16
+ mus_note noteA, note8
+ mus_note noteA, note8
+ mus_note noteA, note4
+ mus_jump 0, branch_ae26
+ ; AE6D
MuseumGuy_md_3: ;AE6E - AED0
INCBIN "baserom.gbc",$ae6e,$aed1 - $ae6e
|