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/cry1f_2.asm | |
parent | b382473f7b6827020f5544c8dcc730be8fc83f6e (diff) |
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/cry1f_2.asm')
-rw-r--r-- | audio/sfx/cry1f_2.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/sfx/cry1f_2.asm b/audio/sfx/cry1f_2.asm index efda76fa..dc46f49a 100644 --- a/audio/sfx/cry1f_2.asm +++ b/audio/sfx/cry1f_2.asm @@ -1,24 +1,24 @@ SFX_Cry1F_2_Ch4: dutycycle 165 - squarenote 3, 244, 65, 6 - squarenote 13, 214, 33, 7 - squarenote 8, 244, 25, 7 - squarenote 8, 193, 26, 7 + squarenote 3, 15, 4, 1601 + squarenote 13, 13, 6, 1825 + squarenote 8, 15, 4, 1817 + squarenote 8, 12, 1, 1818 endchannel SFX_Cry1F_2_Ch5: dutycycle 204 - squarenote 4, 244, 128, 5 - squarenote 14, 230, 224, 6 - squarenote 8, 213, 216, 6 - squarenote 8, 209, 220, 6 + squarenote 4, 15, 4, 1408 + squarenote 14, 14, 6, 1760 + squarenote 8, 13, 5, 1752 + squarenote 8, 13, 1, 1756 endchannel SFX_Cry1F_2_Ch7: - noisenote 5, 196, 70 - noisenote 13, 165, 68 - noisenote 8, 196, 69 - noisenote 8, 177, 68 + noisenote 5, 12, 4, 70 + noisenote 13, 10, 5, 68 + noisenote 8, 12, 4, 69 + noisenote 8, 11, 1, 68 endchannel |