diff options
Diffstat (limited to 'audio/sfx/cry1f_1.asm')
-rw-r--r-- | audio/sfx/cry1f_1.asm | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/audio/sfx/cry1f_1.asm b/audio/sfx/cry1f_1.asm index f4596492..63148b92 100644 --- a/audio/sfx/cry1f_1.asm +++ b/audio/sfx/cry1f_1.asm @@ -1,24 +1,24 @@ -SFX_Cry1F_1_Ch4: - dutycycle 165 - squarenote 3, 15, 4, 1601 - squarenote 13, 13, 6, 1825 - squarenote 8, 15, 4, 1817 - squarenote 8, 12, 1, 1818 - endchannel +SFX_Cry1F_1_Ch5: + duty_cycle_pattern 165 + 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_1_Ch5: - dutycycle 204 - squarenote 4, 15, 4, 1408 - squarenote 14, 14, 6, 1760 - squarenote 8, 13, 5, 1752 - squarenote 8, 13, 1, 1756 - endchannel +SFX_Cry1F_1_Ch6: + duty_cycle_pattern 204 + 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_1_Ch7: - noisenote 5, 12, 4, 70 - noisenote 13, 10, 5, 68 - noisenote 8, 12, 4, 69 - noisenote 8, 11, 1, 68 - endchannel +SFX_Cry1F_1_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 |