diff options
Diffstat (limited to 'music/sfx/sfx_08_75.asm')
-rw-r--r-- | music/sfx/sfx_08_75.asm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/music/sfx/sfx_08_75.asm b/music/sfx/sfx_08_75.asm new file mode 100644 index 00000000..39990ae3 --- /dev/null +++ b/music/sfx/sfx_08_75.asm @@ -0,0 +1,30 @@ +SFX_08_75_Ch1: ; 208e0 (8:48e0) + executemusic + vibrato 10, 2, 4 + duty 2 + notetype 10, 8, 7 + octave 5 + note G#, 8 + octave 6 + note F#, 4 + note E_, 4 + octave 5 + note G#, 8 + endchannel + + +SFX_08_75_Ch2: ; 208f0 (8:48f0) + executemusic + vibrato 10, 2, 3 + duty 2 + notetype 11, 6, 7 + octave 5 + note G#, 8 + notetype 10, 6, 7 + octave 6 + note F#, 4 + note E_, 4 + octave 5 + note G#, 8 + endchannel +; 0x20902
\ No newline at end of file |