summaryrefslogtreecommitdiff
path: root/audio/sfx/cry12_1.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2018-03-16 20:35:40 -0500
committerdannye <33dannye@gmail.com>2018-03-16 20:35:40 -0500
commit4398dde1e483d74ae9997aba11f62b9810f9f77b (patch)
tree4a927ad4d31946a428d17765386337aad589d05e /audio/sfx/cry12_1.asm
parentb382473f7b6827020f5544c8dcc730be8fc83f6e (diff)
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/cry12_1.asm')
-rw-r--r--audio/sfx/cry12_1.asm24
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/sfx/cry12_1.asm b/audio/sfx/cry12_1.asm
index c919ddd0..a453a110 100644
--- a/audio/sfx/cry12_1.asm
+++ b/audio/sfx/cry12_1.asm
@@ -1,24 +1,24 @@
SFX_Cry12_1_Ch4:
dutycycle 165
- squarenote 12, 242, 64, 4
- squarenote 15, 227, 160, 4
- squarenote 4, 210, 144, 4
- squarenote 8, 209, 128, 4
+ squarenote 12, 15, 2, 1088
+ squarenote 15, 14, 3, 1184
+ squarenote 4, 13, 2, 1168
+ squarenote 8, 13, 1, 1152
endchannel
SFX_Cry12_1_Ch5:
dutycycle 238
- squarenote 11, 210, 56, 4
- squarenote 14, 198, 152, 4
- squarenote 3, 178, 136, 4
- squarenote 8, 177, 120, 4
+ squarenote 11, 13, 2, 1080
+ squarenote 14, 12, 6, 1176
+ squarenote 3, 11, 2, 1160
+ squarenote 8, 11, 1, 1144
endchannel
SFX_Cry12_1_Ch7:
- noisenote 10, 230, 108
- noisenote 15, 210, 92
- noisenote 3, 194, 108
- noisenote 8, 209, 92
+ noisenote 10, 14, 6, 108
+ noisenote 15, 13, 2, 92
+ noisenote 3, 12, 2, 108
+ noisenote 8, 13, 1, 92
endchannel