diff options
Diffstat (limited to 'audio/sfx/cry12_3.asm')
-rw-r--r-- | audio/sfx/cry12_3.asm | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/audio/sfx/cry12_3.asm b/audio/sfx/cry12_3.asm index 033b02bb..98569ea8 100644 --- a/audio/sfx/cry12_3.asm +++ b/audio/sfx/cry12_3.asm @@ -1,24 +1,24 @@ -SFX_Cry12_3_Ch4: - dutycycle 165 - squarenote 12, 15, 2, 1088 - squarenote 15, 14, 3, 1184 - squarenote 4, 13, 2, 1168 - squarenote 8, 13, 1, 1152 - endchannel +SFX_Cry12_3_Ch5: + duty_cycle_pattern 165 + square_note 12, 15, 2, 1088 + square_note 15, 14, 3, 1184 + square_note 4, 13, 2, 1168 + square_note 8, 13, 1, 1152 + sound_ret -SFX_Cry12_3_Ch5: - dutycycle 238 - squarenote 11, 13, 2, 1080 - squarenote 14, 12, 6, 1176 - squarenote 3, 11, 2, 1160 - squarenote 8, 11, 1, 1144 - endchannel +SFX_Cry12_3_Ch6: + duty_cycle_pattern 238 + square_note 11, 13, 2, 1080 + square_note 14, 12, 6, 1176 + square_note 3, 11, 2, 1160 + square_note 8, 11, 1, 1144 + sound_ret -SFX_Cry12_3_Ch7: - noisenote 10, 14, 6, 108 - noisenote 15, 13, 2, 92 - noisenote 3, 12, 2, 108 - noisenote 8, 13, 1, 92 - endchannel +SFX_Cry12_3_Ch8: + noise_note 10, 14, 6, 108 + noise_note 15, 13, 2, 92 + noise_note 3, 12, 2, 108 + noise_note 8, 13, 1, 92 + sound_ret |