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/cry20_2.asm | |
| parent | Break up pitchenvelope parameters into length and pitch change (diff) | |
| download | pokeyellow-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/cry20_2.asm')
| -rw-r--r-- | audio/sfx/cry20_2.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/sfx/cry20_2.asm b/audio/sfx/cry20_2.asm index ae3ae4de..7bd21c47 100644 --- a/audio/sfx/cry20_2.asm +++ b/audio/sfx/cry20_2.asm @@ -1,24 +1,24 @@ SFX_Cry20_2_Ch4: dutycycle 240 - squarenote 13, 241, 17, 5 - squarenote 13, 225, 21, 5 - squarenote 13, 225, 17, 5 - squarenote 8, 209, 17, 5 + squarenote 13, 15, 1, 1297 + squarenote 13, 14, 1, 1301 + squarenote 13, 14, 1, 1297 + squarenote 8, 13, 1, 1297 endchannel SFX_Cry20_2_Ch5: dutycycle 21 - squarenote 12, 225, 12, 5 - squarenote 12, 209, 16, 5 - squarenote 14, 193, 12, 5 - squarenote 8, 193, 10, 5 + squarenote 12, 14, 1, 1292 + squarenote 12, 13, 1, 1296 + squarenote 14, 12, 1, 1292 + squarenote 8, 12, 1, 1290 endchannel SFX_Cry20_2_Ch7: - noisenote 14, 242, 101 - noisenote 13, 226, 85 - noisenote 14, 210, 86 - noisenote 8, 209, 102 + noisenote 14, 15, 2, 101 + noisenote 13, 14, 2, 85 + noisenote 14, 13, 2, 86 + noisenote 8, 13, 1, 102 endchannel |
