diff options
Diffstat (limited to 'audio/sfx/cry17_4.asm')
-rw-r--r-- | audio/sfx/cry17_4.asm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/sfx/cry17_4.asm b/audio/sfx/cry17_4.asm new file mode 100644 index 00000000..a5c8de8e --- /dev/null +++ b/audio/sfx/cry17_4.asm @@ -0,0 +1,24 @@ +SFX_Cry17_4_Ch5: + duty_cycle_pattern 0, 0, 3, 3 + square_note 15, 15, 7, 1280 + square_note 15, 14, 7, 1288 + square_note 8, 11, 4, 1152 + square_note 15, 10, 2, 1120 + sound_ret + + +SFX_Cry17_4_Ch6: + duty_cycle_pattern 1, 0, 1, 0 + square_note 14, 13, 7, 1153 + square_note 14, 12, 7, 1161 + square_note 10, 11, 4, 1025 + square_note 15, 12, 2, 993 + sound_ret + + +SFX_Cry17_4_Ch8: + noise_note 14, 15, 7, 124 + noise_note 12, 15, 6, 108 + noise_note 9, 14, 4, 124 + noise_note 15, 14, 2, 108 + sound_ret |