diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-06 09:51:22 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-06 09:51:22 -0400 |
| commit | 46164d4d4740f0fefc726bf691626a13855090ab (patch) | |
| tree | 16c885a6d76e241d6bb0d01d4f94934ae0011dd3 /audio/sfx/sfx_08_unused2.asm | |
| parent | 391bbad29e4c7af8ea26f39e78ed03167ff52df9 (diff) | |
combine audio and music folders
Diffstat (limited to 'audio/sfx/sfx_08_unused2.asm')
| -rwxr-xr-x | audio/sfx/sfx_08_unused2.asm | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/audio/sfx/sfx_08_unused2.asm b/audio/sfx/sfx_08_unused2.asm new file mode 100755 index 00000000..be887476 --- /dev/null +++ b/audio/sfx/sfx_08_unused2.asm @@ -0,0 +1,57 @@ +SFX_08_unused2_Ch1: ; 2232f (8:632f) + executemusic + tempo 1, 0 + stereopanning 119 + vibrato 6, 2, 6 + duty 2 + togglecall + notetype 6, 11, 1 + octave 3 + note G#, 2 + note G#, 2 + notetype 6, 11, 3 + note G#, 2 + note B_, 2 + octave 4 + note E_, 8 + endchannel + + +SFX_08_unused2_Ch2: ; 22347 (8:6347) + executemusic + vibrato 8, 2, 7 + duty 2 + notetype 6, 12, 1 + octave 4 + note E_, 2 + note E_, 1 + note E_, 1 + notetype 6, 12, 3 + note E_, 2 + note G#, 2 + note B_, 8 + endchannel + + +SFX_08_unused2_Ch3: ; 22359 (8:6359) + executemusic + notetype 6, 1, 0 + octave 4 + note B_, 1 + rest 1 + notetype 3, 1, 0 + note B_, 1 + rest 1 + note B_, 1 + rest 1 + notetype 6, 1, 0 + note B_, 1 + rest 1 + octave 5 + note E_, 1 + rest 1 + octave 4 + note B_, 4 + rest 4 + endchannel +; 0x22370
\ No newline at end of file |
