From 369cb976b4e29990ada764bc15983aa368f5fc8c Mon Sep 17 00:00:00 2001 From: KuroiIeWa5Da Date: Wed, 25 Jan 2012 09:29:46 -0600 Subject: Finished MuseumGuy Channel 3 Music Data hg-commit-id: ae694f3ec16c --- music.asm | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 105 insertions(+), 1 deletion(-) diff --git a/music.asm b/music.asm index 80296fab..b269096c 100644 --- a/music.asm +++ b/music.asm @@ -5015,7 +5015,111 @@ branch_ae26: ; AE6D MuseumGuy_md_3: ;AE6E - AED0 -INCBIN "baserom.gbc",$ae6e,$aed1 - $ae6e + ; AE6E + mus_vel 1, 0 + mus_note noteRst, note1 + + mus_octave oct3 + mus_note noteE, note16 + mus_note noteRst, note8_16 + mus_note noteE, note16 + mus_note noteRst, note8_16 + mus_note noteE, note16 + mus_note noteRst, note2_16 + mus_call branch_aeb8 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note4_16 + mus_note noteG#, note16 + mus_note noteRst, note16 + mus_note noteG#, note16 + mus_note noteRst, note4_16 + mus_call branch_aeb8 + mus_note noteB, note16 + mus_note noteRst, note8_16 + mus_note noteG#, note16 + mus_note noteRst, note8_16 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note8_16 + +branch_ae8e: + mus_call branch_aec1 + mus_note noteRst, note8_16 + + mus_octave oct5 + mus_note noteE, note16 + mus_note noteRst, note16 + + mus_octave oct4 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note8_16 + mus_note noteB, note16 + mus_note noteRst, note16 + mus_note noteG#, note16 + mus_note noteRst, note16 + mus_note noteG#, note16 + mus_note noteRst, note8_16 + mus_call branch_aec1 + mus_note noteRst, note16 + + mus_octave oct5 + mus_note noteE, note16 + mus_note noteRst, note16 + mus_note noteD, note16 + mus_note noteRst, note16 + + mus_octave oct4 + mus_note noteB, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteG#, note16 + mus_note noteRst, note8_16 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note8_16 + mus_jump 0, branch_ae8e + +branch_aeb8: + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note4_16 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note4_16 + mus_end + ; AEC0 + + ; AEC1 +branch_aec1: + mus_octave oct5 + mus_note noteC#, note16 + mus_note noteRst, note16 + + mus_octave oct4 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_note noteRst, note8_16 + + mus_octave oct5 + mus_note noteF#, note16 + mus_note noteRst, note16 + + mus_octave oct4 + mus_note noteA, note16 + mus_note noteRst, note16 + mus_note noteA, note16 + mus_end + ; AED0 MuseumGuy_md_4: ;AED1 - AF58 INCBIN "baserom.gbc",$aed1,$af59 - $aed1 -- cgit v1.2.3