ref: 2584075e448997ccfc250e0f1aa206f586ab94bd
parent: d341bdb582e9a765ff6376e343244198f808c3a6
author: KuroiIeWa5Da <[email protected]>
date: Wed Jan 25 04:15:48 EST 2012
Finished MuseumGuy Channel 1 Music Data hg-commit-id: d24ed09f83cf
--- a/music.asm
+++ b/music.asm
@@ -4827,7 +4827,66 @@
;Guy walks you to museum
MuseumGuy_md_1: ;ADAE - ADF0
-INCBIN "baserom.gbc",$adae,$adf1 - $adae
+ ; ADAE
+ mus_tempo 0, 128
+ mus_volume 119
+ mus_duty duty50
+ db $E8
+ mus_vel 11, 1
+
+ mus_octave oct2
+ mus_note noteB, note8
+ mus_note noteA, note8
+ mus_note noteG#, note8
+ mus_note noteA, note8
+ mus_note noteG#, note8
+ mus_note noteF#, note8
+ mus_note noteE, note8
+ mus_note noteD#, note8
+
+ mus_octave oct1
+ mus_note noteB, note4
+ mus_note noteB, note16
+
+ mus_octave oct2
+ mus_note noteD#, note16
+ mus_note noteE, note16
+ mus_note noteG#, note16
+ mus_note noteB, note2_8
+ mus_call branch_ade7
+ mus_call branch_adec
+ mus_call branch_ade7
+ mus_note noteE, note4
+ mus_note noteE, note4
+ mus_note noteE, note8
+ mus_note noteE, note4_8
+
+branch_add6:
+ mus_call branch_ade7
+ mus_call branch_adec
+ mus_call branch_ade7
+ mus_note noteE, note4
+ mus_note noteE, note4
+ mus_note noteE, note8
+ mus_note noteE, note4_8
+ mus_jump 0, branch_add6
+
+branch_ade7:
+ mus_note noteE, note8
+ mus_note noteE, note4_8
+ mus_note noteF#, note8
+ mus_note noteF#, note4_8
+ mus_end
+ ; ADEB
+
+ ; ADEC
+branch_adec:
+ mus_note noteE, note8
+ mus_note noteE, note4_8
+ mus_note noteD, note8
+ mus_note noteD, note4_8
+ mus_end
+ ; ADF0
MuseumGuy_md_2: ;ADF1 - AE6D
INCBIN "baserom.gbc",$adf1,$ae6e - $adf1