From 4398dde1e483d74ae9997aba11f62b9810f9f77b Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Fri, 16 Mar 2018 20:35:40 -0500 Subject: Break up sfxnote parameters into duty, volume, volume change and pitch --- audio/sfx/cry02_3.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'audio/sfx/cry02_3.asm') diff --git a/audio/sfx/cry02_3.asm b/audio/sfx/cry02_3.asm index 8d069ce0..9f369ad7 100644 --- a/audio/sfx/cry02_3.asm +++ b/audio/sfx/cry02_3.asm @@ -1,16 +1,16 @@ SFX_Cry02_3_Ch4: duty 0 - squarenote 8, 245, 128, 4 - squarenote 2, 225, 224, 5 - squarenote 8, 209, 220, 5 + squarenote 8, 15, 5, 1152 + squarenote 2, 14, 1, 1504 + squarenote 8, 13, 1, 1500 endchannel SFX_Cry02_3_Ch5: dutycycle 165 - squarenote 7, 149, 65, 4 - squarenote 2, 129, 33, 5 - squarenote 8, 97, 26, 5 + squarenote 7, 9, 5, 1089 + squarenote 2, 8, 1, 1313 + squarenote 8, 6, 1, 1306 SFX_Cry02_3_Ch7: -- cgit v1.3.1-sl0p