summaryrefslogtreecommitdiff
path: root/common.asm
diff options
context:
space:
mode:
authorKuroiIeWa5Da <tyuki@adu.me>2012-01-20 23:41:08 -0600
committerKuroiIeWa5Da <tyuki@adu.me>2012-01-20 23:41:08 -0600
commitc0aea369dabf0849e3d1cd54ddeeabc9941e925e (patch)
tree0d1a8a5a641c68e41d98f50df75fb9d74feecf05 /common.asm
parentfe1239fd8f7baf70e4734db07c8d40b66bd963e7 (diff)
Experimental change for actual music data
hg-commit-id: 57a01bf5d4f1
Diffstat (limited to 'common.asm')
-rw-r--r--common.asm30
1 files changed, 28 insertions, 2 deletions
diff --git a/common.asm b/common.asm
index 2de9759a..5c02ed61 100644
--- a/common.asm
+++ b/common.asm
@@ -2970,7 +2970,6 @@ SECTION "bank2",DATA,BANK[$2]
INCBIN "baserom.gbc",$8000,$822E - $8000
;Music Headers
-
;Pallet Town
PalletTown_mh: ;0x822E - 0x8236
db $80
@@ -3177,7 +3176,34 @@ INCBIN "baserom.gbc",$82FD,$9ba3 - $82FD
;Pokemon Healed Music
PkmnHealed_md_1: ;9BA3 - 9BC3
-INCBIN "baserom.gbc",$9ba3,$9bc4 - $9ba3
+;INCBIN "baserom.gbc",$9ba3,$9bc4 - $9ba3
+
+;Setup
+ mus_tempo $0, $90
+ mus_volume $77
+ mus_duty $2
+ db $E8
+ mus_vel $8, $1
+
+;Song
+ mus_note noteRst, note8
+ db $EB, $00
+ mus_note noteE, note2_4
+ mus_note noteB, note8
+ db $EB, $00
+ mus_note noteF, note4_16
+ mus_note noteB, note8
+ db $EB, $00
+ mus_note noteE, note4_16
+ mus_note noteE, note8
+ mus_note noteRst, note4
+ db $EB, $00
+ mus_note noteD#, note2_4
+ mus_note noteE, note4
+ db $EB, $00
+ mus_note noteE, note2_4
+ mus_note noteB, note4
+ mus_end
PkmnHealed_md_2: ;9BC4 - 9BD1
INCBIN "baserom.gbc",$9bc4,$9bd2 - $9bc4