diff options
Diffstat (limited to 'audio/sfx/cry1d_3.asm')
-rw-r--r-- | audio/sfx/cry1d_3.asm | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/audio/sfx/cry1d_3.asm b/audio/sfx/cry1d_3.asm index 991e44bb..f86dd102 100644 --- a/audio/sfx/cry1d_3.asm +++ b/audio/sfx/cry1d_3.asm @@ -1,29 +1,29 @@ -SFX_Cry1D_3_Ch4: - dutycycle 244 - squarenote 15, 15, 0, 1797 - squarenote 10, 14, 0, 1792 - squarenote 6, 11, 4, 1808 - squarenote 4, 13, 3, 1792 - squarenote 6, 11, 2, 1568 - squarenote 8, 10, 1, 1572 - endchannel +SFX_Cry1D_3_Ch5: + duty_cycle_pattern 244 + square_note 15, 15, 0, 1797 + square_note 10, 14, 0, 1792 + square_note 6, 11, 4, 1808 + square_note 4, 13, 3, 1792 + square_note 6, 11, 2, 1568 + square_note 8, 10, 1, 1572 + sound_ret -SFX_Cry1D_3_Ch5: - dutycycle 34 - squarenote 15, 11, 0, 1731 - squarenote 10, 10, 0, 1729 - squarenote 6, 8, 4, 1746 - squarenote 4, 9, 3, 1729 - squarenote 6, 8, 2, 1505 - squarenote 8, 6, 1, 1512 - endchannel +SFX_Cry1D_3_Ch6: + duty_cycle_pattern 34 + square_note 15, 11, 0, 1731 + square_note 10, 10, 0, 1729 + square_note 6, 8, 4, 1746 + square_note 4, 9, 3, 1729 + square_note 6, 8, 2, 1505 + square_note 8, 6, 1, 1512 + sound_ret -SFX_Cry1D_3_Ch7: - noisenote 6, 14, 6, 76 - noisenote 15, 13, 6, 60 - noisenote 10, 12, 5, 74 - noisenote 1, 11, 2, 91 - noisenote 15, 12, 2, 76 - endchannel +SFX_Cry1D_3_Ch8: + noise_note 6, 14, 6, 76 + noise_note 15, 13, 6, 60 + noise_note 10, 12, 5, 74 + noise_note 1, 11, 2, 91 + noise_note 15, 12, 2, 76 + sound_ret |