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_16.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_16.asm')
| -rw-r--r-- | music/sfx/sfx_08_16.asm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/music/sfx/sfx_08_16.asm b/music/sfx/sfx_08_16.asm new file mode 100644 index 00000000..b34a3287 --- /dev/null +++ b/music/sfx/sfx_08_16.asm @@ -0,0 +1,35 @@ +SFX_08_16_Ch1: ; 20db4 (8:4db4) + duty 0 + note D_, 9 + unknownmusic0xf5 + note G#, 1 + note C_, 5 + note D_, 3 + octave 7 + octave 8 + note C_, 6 + note D_, 9 + notetype 1, 13, 12 + note C_, 6 + endchannel + + +SFX_08_16_Ch2: ; 20dc3 (8:4dc3) + dutycycle 165 + note D_, 8 + note A_, 6 + note E_, 2 + note C_, 5 + note D_, 3 + note G#, 2 + note D_, 2 + note C_, 6 + note D_, 9 + note F#, 2 + note C#, 11 + note C_, 6 + + +SFX_08_16_Ch3: ; 20dd1 (8:4dd1) + endchannel +; 0x20dd2
\ No newline at end of file |
