aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/cry02_2.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/cry02_2.asm
parentBreak up pitchenvelope parameters into length and pitch change (diff)
downloadpokeyellow-4398dde1e483d74ae9997aba11f62b9810f9f77b.tar.gz
pokeyellow-4398dde1e483d74ae9997aba11f62b9810f9f77b.tar.xz
pokeyellow-4398dde1e483d74ae9997aba11f62b9810f9f77b.zip
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/cry02_2.asm')
-rw-r--r--audio/sfx/cry02_2.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/cry02_2.asm b/audio/sfx/cry02_2.asm
index 79e90a8c..6e9ff69f 100644
--- a/audio/sfx/cry02_2.asm
+++ b/audio/sfx/cry02_2.asm
@@ -1,16 +1,16 @@
SFX_Cry02_2_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_2_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_2_Ch7: