From 8edfcc4b1e36111d400b5f104a04001c66416426 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sat, 12 Oct 2013 14:40:37 -0400 Subject: All music and sfx --- music/pkmnhealed.asm | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 music/pkmnhealed.asm (limited to 'music/pkmnhealed.asm') diff --git a/music/pkmnhealed.asm b/music/pkmnhealed.asm new file mode 100644 index 00000000..26ac7944 --- /dev/null +++ b/music/pkmnhealed.asm @@ -0,0 +1,48 @@ +Music_PkmnHealed_Ch1: ; 9ba3 (2:5ba3) + tempo 0, 144 + stereopanning 119 + duty 2 + unknownmusic0xe8 + notetype 12, 8, 1 + rest 2 + pitchbend 0, 75 + note B_, 2 + pitchbend 0, 84 + note B_, 2 + pitchbend 0, 68 + note E_, 2 + rest 4 + pitchbend 0, 59 + note E_, 4 + pitchbend 0, 75 + note B_, 4 + endchannel + + +Music_PkmnHealed_Ch2: ; 9bc4 (2:5bc4) + duty 2 + notetype 12, 12, 3 + octave 4 + note B_, 4 + note B_, 4 + note B_, 2 + note G#, 2 + notetype 12, 12, 4 + octave 5 + note E_, 8 + endchannel + + +Music_PkmnHealed_Ch3: ; 9bd2 (2:5bd2) + notetype 12, 1, 0 + octave 4 + note E_, 2 + rest 2 + note E_, 2 + rest 2 + note E_, 2 + note G#, 2 + note E_, 6 + rest 2 + endchannel +; 0x9bde \ No newline at end of file -- cgit v1.3.1-sl0p