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/cry1b_1.asm | |
parent | b382473f7b6827020f5544c8dcc730be8fc83f6e (diff) |
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/cry1b_1.asm')
-rw-r--r-- | audio/sfx/cry1b_1.asm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/audio/sfx/cry1b_1.asm b/audio/sfx/cry1b_1.asm index 7eb1a301..86f3d421 100644 --- a/audio/sfx/cry1b_1.asm +++ b/audio/sfx/cry1b_1.asm @@ -1,26 +1,26 @@ SFX_Cry1B_1_Ch4: dutycycle 240 - squarenote 6, 247, 192, 6 - squarenote 15, 231, 0, 7 - squarenote 4, 244, 240, 6 - squarenote 4, 228, 224, 6 - squarenote 8, 209, 208, 6 + squarenote 6, 15, 7, 1728 + squarenote 15, 14, 7, 1792 + squarenote 4, 15, 4, 1776 + squarenote 4, 14, 4, 1760 + squarenote 8, 13, 1, 1744 endchannel SFX_Cry1B_1_Ch5: dutycycle 10 - squarenote 7, 230, 129, 6 - squarenote 14, 213, 193, 6 - squarenote 4, 196, 177, 6 - squarenote 4, 212, 161, 6 - squarenote 8, 193, 145, 6 + squarenote 7, 14, 6, 1665 + squarenote 14, 13, 5, 1729 + squarenote 4, 12, 4, 1713 + squarenote 4, 13, 4, 1697 + squarenote 8, 12, 1, 1681 endchannel SFX_Cry1B_1_Ch7: - noisenote 10, 166, 60 - noisenote 14, 148, 44 - noisenote 5, 163, 60 - noisenote 8, 145, 44 + noisenote 10, 10, 6, 60 + noisenote 14, 9, 4, 44 + noisenote 5, 10, 3, 60 + noisenote 8, 9, 1, 44 endchannel |