diff options
Diffstat (limited to 'audio/sfx/cry1d_4.asm')
-rw-r--r-- | audio/sfx/cry1d_4.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/sfx/cry1d_4.asm b/audio/sfx/cry1d_4.asm new file mode 100644 index 00000000..52f4f474 --- /dev/null +++ b/audio/sfx/cry1d_4.asm @@ -0,0 +1,29 @@ +SFX_Cry1D_4_Ch5: + duty_cycle_pattern 3, 3, 1, 0 + square_note 15, 15, 0, 1797 + square_note 10, 14, 0, 1792 + square_note 6, 11, 4, 1808 + square_note 4, 13, 3, 1792 + square_note 6, 11, 2, 1568 + square_note 8, 10, 1, 1572 + sound_ret + + +SFX_Cry1D_4_Ch6: + duty_cycle_pattern 0, 2, 0, 2 + square_note 15, 11, 0, 1731 + square_note 10, 10, 0, 1729 + square_note 6, 8, 4, 1746 + square_note 4, 9, 3, 1729 + square_note 6, 8, 2, 1505 + square_note 8, 6, 1, 1512 + sound_ret + + +SFX_Cry1D_4_Ch8: + noise_note 6, 14, 6, 76 + noise_note 15, 13, 6, 60 + noise_note 10, 12, 5, 74 + noise_note 1, 11, 2, 91 + noise_note 15, 12, 2, 76 + sound_ret |