mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Finished PkmnHealed music data - all 3 channels
hg-commit-id: ae3e69763bad
This commit is contained in:
parent
7f65820865
commit
21caa525cc
|
@ -33,6 +33,7 @@ PkmnHealed_md_1: ;9BA3 - 9BC3
|
||||||
db $EB, $00
|
db $EB, $00
|
||||||
mus_note noteE, note2_4
|
mus_note noteE, note2_4
|
||||||
mus_note noteB, note4
|
mus_note noteB, note4
|
||||||
|
|
||||||
mus_end ;End
|
mus_end ;End
|
||||||
|
|
||||||
PkmnHealed_md_2: ;9BC4 - 9BD1
|
PkmnHealed_md_2: ;9BC4 - 9BD1
|
||||||
|
@ -58,10 +59,27 @@ PkmnHealed_md_2: ;9BC4 - 9BD1
|
||||||
|
|
||||||
;Piece 2
|
;Piece 2
|
||||||
mus_note noteE, note2
|
mus_note noteE, note2
|
||||||
|
|
||||||
mus_end ;End
|
mus_end ;End
|
||||||
|
|
||||||
PkmnHealed_md_3: ;9BD2 - 9BDD
|
PkmnHealed_md_3: ;9BD2 - 9BDD
|
||||||
INCBIN "baserom.gbc",$9bd2,$9bde - $9bd2
|
;Music
|
||||||
|
;Octave Switch
|
||||||
|
db dNormSpd
|
||||||
|
mus_note noteC#, note16
|
||||||
|
db oct3
|
||||||
|
|
||||||
|
;Piece 1
|
||||||
|
mus_note noteE, note8
|
||||||
|
mus_note noteRst, note8
|
||||||
|
mus_note noteE, note8
|
||||||
|
mus_note noteRst, note8
|
||||||
|
mus_note noteE, note8
|
||||||
|
mus_note noteG#, note8
|
||||||
|
mus_note noteE, note4_8
|
||||||
|
mus_note noteRst, note8
|
||||||
|
|
||||||
|
mus_end ;End
|
||||||
|
|
||||||
;Routes 1 and 2
|
;Routes 1 and 2
|
||||||
Routes1_md_1: ;9BDE - 9C50
|
Routes1_md_1: ;9BDE - 9C50
|
||||||
|
|
Loading…
Reference in a new issue