diff options
Diffstat (limited to 'audio/sfx/cry1f_4.asm')
-rw-r--r-- | audio/sfx/cry1f_4.asm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/sfx/cry1f_4.asm b/audio/sfx/cry1f_4.asm new file mode 100644 index 00000000..b0c843f2 --- /dev/null +++ b/audio/sfx/cry1f_4.asm @@ -0,0 +1,24 @@ +SFX_Cry1F_4_Ch5: + duty_cycle_pattern 2, 2, 1, 1 + square_note 3, 15, 4, 1601 + square_note 13, 13, 6, 1825 + square_note 8, 15, 4, 1817 + square_note 8, 12, 1, 1818 + sound_ret + + +SFX_Cry1F_4_Ch6: + duty_cycle_pattern 3, 0, 3, 0 + square_note 4, 15, 4, 1408 + square_note 14, 14, 6, 1760 + square_note 8, 13, 5, 1752 + square_note 8, 13, 1, 1756 + sound_ret + + +SFX_Cry1F_4_Ch8: + noise_note 5, 12, 4, 70 + noise_note 13, 10, 5, 68 + noise_note 8, 12, 4, 69 + noise_note 8, 11, 1, 68 + sound_ret |