diff options
Diffstat (limited to 'audio/sfx/cry10_1.asm')
-rw-r--r-- | audio/sfx/cry10_1.asm | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/audio/sfx/cry10_1.asm b/audio/sfx/cry10_1.asm index 95c72f8a..bcaa75ac 100644 --- a/audio/sfx/cry10_1.asm +++ b/audio/sfx/cry10_1.asm @@ -1,31 +1,31 @@ -SFX_Cry10_1_Ch4: - dutycycle 201 - squarenote 8, 15, 7, 1664 - squarenote 2, 15, 7, 1632 - squarenote 1, 14, 7, 1600 - squarenote 1, 14, 7, 1568 - squarenote 15, 13, 1, 1536 - squarenote 4, 12, 7, 1856 - squarenote 4, 10, 7, 1840 - squarenote 15, 9, 1, 1824 - endchannel +SFX_Cry10_1_Ch5: + duty_cycle_pattern 201 + 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_1_Ch5: - dutycycle 121 - squarenote 10, 14, 7, 1666 - squarenote 2, 14, 7, 1634 - squarenote 1, 13, 7, 1602 - squarenote 1, 13, 7, 1570 - squarenote 15, 12, 1, 1538 - squarenote 4, 11, 7, 1858 - squarenote 2, 9, 7, 1842 - squarenote 15, 8, 1, 1826 - endchannel +SFX_Cry10_1_Ch6: + duty_cycle_pattern 121 + 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_1_Ch7: - noisenote 4, 7, 4, 33 - noisenote 4, 7, 4, 16 - noisenote 4, 7, 1, 32 - endchannel +SFX_Cry10_1_Ch8: + noise_note 4, 7, 4, 33 + noise_note 4, 7, 4, 16 + noise_note 4, 7, 1, 32 + sound_ret |