diff options
Diffstat (limited to 'audio/sfx/cry1c_4.asm')
-rw-r--r-- | audio/sfx/cry1c_4.asm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/sfx/cry1c_4.asm b/audio/sfx/cry1c_4.asm new file mode 100644 index 00000000..2df760db --- /dev/null +++ b/audio/sfx/cry1c_4.asm @@ -0,0 +1,31 @@ +SFX_Cry1C_4_Ch5: + duty_cycle_pattern 3, 3, 1, 1 + square_note 7, 13, 6, 2017 + square_note 6, 12, 6, 2018 + square_note 9, 13, 6, 2017 + square_note 7, 12, 6, 2016 + square_note 5, 11, 6, 2018 + square_note 7, 12, 6, 2017 + square_note 6, 11, 6, 2016 + square_note 8, 10, 1, 2015 + sound_ret + + +SFX_Cry1C_4_Ch6: + duty_cycle_pattern 1, 0, 1, 0 + square_note 6, 12, 3, 1993 + square_note 6, 11, 3, 1991 + square_note 10, 12, 4, 1987 + square_note 8, 11, 4, 1991 + square_note 6, 12, 3, 1993 + square_note 15, 10, 2, 1989 + sound_ret + + +SFX_Cry1C_4_Ch8: + noise_note 13, 1, -1, 124 + noise_note 13, 15, 7, 140 + noise_note 12, 13, 6, 124 + noise_note 8, 12, 4, 108 + noise_note 15, 11, 3, 92 + sound_ret |