diff options
| author | iimarckus <iimarckus@gmail.com> | 2013-10-13 23:35:43 -0700 |
|---|---|---|
| committer | iimarckus <iimarckus@gmail.com> | 2013-10-13 23:35:43 -0700 |
| commit | ad402f12435ab661aa9b745a79d419fcae9340fc (patch) | |
| tree | 5a410d83d4180cb4179ac03b3ccd00bd1a89de1c /music/pkmnhealed.asm | |
| parent | Fix CheckIfInOutsideMap comments. (diff) | |
| parent | Add song alternate start labels (diff) | |
| download | pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.tar.gz pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.tar.xz pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.zip | |
Merge pull request #11 from dannye/music
Music
Diffstat (limited to 'music/pkmnhealed.asm')
| -rw-r--r-- | music/pkmnhealed.asm | 48 |
1 files changed, 48 insertions, 0 deletions
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 |
