diff options
Diffstat (limited to 'music/sfx/sfx_08_46.asm')
-rw-r--r-- | music/sfx/sfx_08_46.asm | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/music/sfx/sfx_08_46.asm b/music/sfx/sfx_08_46.asm new file mode 100644 index 00000000..5f2b9d33 --- /dev/null +++ b/music/sfx/sfx_08_46.asm @@ -0,0 +1,62 @@ +SFX_08_46_Ch1: ; 23a13 (8:7a13) + executemusic + tempo 1, 0 + stereopanning 119 + duty 3 + togglecall + notetype 6, 11, 2 + octave 3 + note E_, 2 + note F#, 2 + note G#, 2 + note G#, 1 + note G#, 1 + note B_, 2 + octave 4 + note C#, 2 + note D#, 2 + note D#, 1 + note D#, 1 + notetype 6, 11, 5 + note E_, 8 + endchannel + + +SFX_08_46_Ch2: ; 23a2e (8:7a2e) + executemusic + duty 2 + notetype 6, 12, 2 + octave 4 + note G#, 2 + note G#, 1 + note G#, 1 + note E_, 2 + note E_, 1 + note E_, 1 + note B_, 2 + note B_, 1 + note B_, 1 + note A_, 2 + note A_, 1 + note A_, 1 + notetype 6, 12, 5 + note G#, 8 + endchannel + + +SFX_08_46_Ch3: ; 23a44 (8:7a44) + executemusic + notetype 6, 1, 0 + octave 4 + note B_, 2 + rest 2 + octave 5 + note C#, 2 + rest 2 + note D#, 2 + rest 2 + note F#, 2 + note G_, 2 + note G#, 4 + endchannel +; 0x23a53
\ No newline at end of file |