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/sfx/sfx_08_26.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/sfx/sfx_08_26.asm')
| -rw-r--r-- | music/sfx/sfx_08_26.asm | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/music/sfx/sfx_08_26.asm b/music/sfx/sfx_08_26.asm new file mode 100644 index 00000000..5b886f93 --- /dev/null +++ b/music/sfx/sfx_08_26.asm @@ -0,0 +1,52 @@ +SFX_08_26_Ch1: ; 20fd3 (8:4fd3) + dutycycle 165 + note D_, 13 + unknownmusic0xf2 + note E_, 1 + note C_, 5 + note D_, 16 + octave 5 + note A#, 1 + note C_, 5 + note D_, 5 + notetype 2, 9, 0 + note C_, 5 + note D_, 9 + notetype 1, 8, 0 + note C_, 5 + endchannel + + +SFX_08_26_Ch2: ; 20fe6 (8:4fe6) + dutycycle 238 + note D_, 12 + notetype 2, 3, 8 + note C_, 5 + note D_, 15 + rest 7 + note A_, 9 + note C_, 5 + note D_, 4 + note B_, 3 + note G#, 9 + note C_, 5 + note D_, 9 + note B_, 2 + note G_, 9 + note C_, 5 + endchannel + + +SFX_08_26_Ch3: ; 20ff9 (8:4ff9) + note D_, 11 + octave 2 + note F#, 13 + note D_, 16 + notetype 2, 5, 12 + note D_, 4 + rest 3 + note F#, 13 + note D_, 9 + notetype 1, 5, 12 + endchannel +; 0x21006
\ No newline at end of file |
