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_19.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_19.asm')
| -rw-r--r-- | music/sfx/sfx_08_19.asm | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/music/sfx/sfx_08_19.asm b/music/sfx/sfx_08_19.asm new file mode 100644 index 00000000..ed88daf3 --- /dev/null +++ b/music/sfx/sfx_08_19.asm @@ -0,0 +1,42 @@ +SFX_08_19_Ch1: ; 20cdd (8:4cdd) + dutycycle 10 + note D_, 7 + octave 6 + note C_, 1 + note C_, 6 + note D_, 7 + octave 5 + note G#, 1 + note C_, 6 + note D_, 7 + notetype 3, 7, 0 + note C_, 6 + note D_, 9 + note A#, 2 + note F#, 1 + note C_, 6 + endchannel + + +SFX_08_19_Ch2: ; 20cf0 (8:4cf0) + dutycycle 245 + note D_, 7 + octave 6 + note G#, 3 + note C_, 5 + note D_, 7 + notetype 3, 0, 1 + note C_, 6 + note D_, 7 + note B_, 3 + octave 6 + note C_, 5 + note D_, 9 + note G#, 2 + rest 2 + note C_, 5 + + +SFX_08_19_Ch3: ; 20d02 (8:4d02) + endchannel +; 0x20d03
\ No newline at end of file |
