diff options
Diffstat (limited to 'audio/sfx/cry10_4.asm')
-rw-r--r-- | audio/sfx/cry10_4.asm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/sfx/cry10_4.asm b/audio/sfx/cry10_4.asm new file mode 100644 index 00000000..39c374bc --- /dev/null +++ b/audio/sfx/cry10_4.asm @@ -0,0 +1,31 @@ +SFX_Cry10_4_Ch5: + duty_cycle_pattern 3, 0, 2, 1 + square_note 8, 15, 7, 1664 + square_note 2, 15, 7, 1632 + square_note 1, 14, 7, 1600 + square_note 1, 14, 7, 1568 + square_note 15, 13, 1, 1536 + square_note 4, 12, 7, 1856 + square_note 4, 10, 7, 1840 + square_note 15, 9, 1, 1824 + sound_ret + + +SFX_Cry10_4_Ch6: + duty_cycle_pattern 1, 3, 2, 1 + square_note 10, 14, 7, 1666 + square_note 2, 14, 7, 1634 + square_note 1, 13, 7, 1602 + square_note 1, 13, 7, 1570 + square_note 15, 12, 1, 1538 + square_note 4, 11, 7, 1858 + square_note 2, 9, 7, 1842 + square_note 15, 8, 1, 1826 + sound_ret + + +SFX_Cry10_4_Ch8: + noise_note 4, 7, 4, 33 + noise_note 4, 7, 4, 16 + noise_note 4, 7, 1, 32 + sound_ret |