diff options
author | dannye <33dannye@gmail.com> | 2018-03-16 20:35:40 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2018-03-16 20:35:40 -0500 |
commit | 4398dde1e483d74ae9997aba11f62b9810f9f77b (patch) | |
tree | 4a927ad4d31946a428d17765386337aad589d05e /audio/sfx/cry05_2.asm | |
parent | b382473f7b6827020f5544c8dcc730be8fc83f6e (diff) |
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/cry05_2.asm')
-rw-r--r-- | audio/sfx/cry05_2.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/sfx/cry05_2.asm b/audio/sfx/cry05_2.asm index c6039d1e..44e8fb21 100644 --- a/audio/sfx/cry05_2.asm +++ b/audio/sfx/cry05_2.asm @@ -1,18 +1,18 @@ SFX_Cry05_2_Ch4: dutycycle 10 - squarenote 6, 226, 0, 5 - squarenote 6, 227, 128, 5 - squarenote 6, 211, 112, 5 - squarenote 8, 161, 96, 5 + squarenote 6, 14, 2, 1280 + squarenote 6, 14, 3, 1408 + squarenote 6, 13, 3, 1392 + squarenote 8, 10, 1, 1376 endchannel SFX_Cry05_2_Ch5: dutycycle 245 - squarenote 6, 226, 130, 4 - squarenote 6, 211, 1, 5 - squarenote 6, 178, 226, 4 - squarenote 8, 129, 193, 4 + squarenote 6, 14, 2, 1154 + squarenote 6, 13, 3, 1281 + squarenote 6, 11, 2, 1250 + squarenote 8, 8, 1, 1217 SFX_Cry05_2_Ch7: |