diff options
Diffstat (limited to 'music/sfx/sfx_1f_2d.asm')
-rw-r--r-- | music/sfx/sfx_1f_2d.asm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/music/sfx/sfx_1f_2d.asm b/music/sfx/sfx_1f_2d.asm new file mode 100644 index 00000000..a639cdc4 --- /dev/null +++ b/music/sfx/sfx_1f_2d.asm @@ -0,0 +1,38 @@ +SFX_1f_2d_Ch1: ; 7cd1b (1f:4d1b) + dutycycle 27 + note D_, 8 + notetype 2, 4, 0 + note C_, 8 + note D_, 16 + octave 3 + note F#, 1 + note C_, 8 + note D_, 16 + rest 2 + note D#, 1 + note C_, 8 + endchannel + + +SFX_1f_2d_Ch2: ; 7cd2a (1f:4d2a) + dutycycle 129 + note D_, 3 + rest 3 + note C_, 2 + note C_, 8 + note D_, 5 + rest 3 + note C_, 9 + note C_, 8 + note D_, 16 + notetype 7, 4, 1 + note C_, 8 + note D_, 16 + note A#, 3 + note C_, 2 + note C_, 8 + + +SFX_1f_2d_Ch3: ; 7cd3c (1f:4d3c) + endchannel +; 0x7cd3d
\ No newline at end of file |