diff options
Diffstat (limited to 'audio/music/pkmnhealed.asm')
-rw-r--r-- | audio/music/pkmnhealed.asm | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/audio/music/pkmnhealed.asm b/audio/music/pkmnhealed.asm new file mode 100644 index 00000000..9a16b435 --- /dev/null +++ b/audio/music/pkmnhealed.asm @@ -0,0 +1,48 @@ +Music_PkmnHealed_Ch1:: ; 9ba3 (2:5ba3) + tempo 0, 144 + stereopanning 119 + duty 2 + togglecall + 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 |