diff options
Diffstat (limited to 'audio/sfx/cry1a_4.asm')
-rw-r--r-- | audio/sfx/cry1a_4.asm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/sfx/cry1a_4.asm b/audio/sfx/cry1a_4.asm new file mode 100644 index 00000000..1a1856e7 --- /dev/null +++ b/audio/sfx/cry1a_4.asm @@ -0,0 +1,30 @@ +SFX_Cry1A_4_Ch5: + duty_cycle_pattern 3, 3, 0, 0 + square_note 6, 15, 7, 1856 + square_note 12, 14, 6, 1860 + square_note 6, 13, 5, 1872 + square_note 4, 12, 3, 1888 + square_note 3, 12, 3, 1920 + square_note 8, 13, 1, 1952 + sound_ret + + +SFX_Cry1A_4_Ch6: + duty_cycle_pattern 0, 0, 2, 2 + square_note 6, 12, 7, 1793 + square_note 11, 11, 6, 1794 + square_note 6, 10, 5, 1809 + square_note 4, 9, 3, 1825 + square_note 3, 10, 3, 1857 + square_note 8, 9, 1, 1890 + sound_ret + + +SFX_Cry1A_4_Ch8: + noise_note 3, 14, 2, 60 + noise_note 8, 13, 6, 76 + noise_note 5, 13, 4, 60 + noise_note 12, 12, 7, 76 + noise_note 2, 14, 2, 60 + noise_note 8, 13, 1, 44 + sound_ret |