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/cry18_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/cry18_2.asm')
| -rw-r--r-- | audio/sfx/cry18_2.asm | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/audio/sfx/cry18_2.asm b/audio/sfx/cry18_2.asm index 5d44d5c0..39f85b8f 100644 --- a/audio/sfx/cry18_2.asm +++ b/audio/sfx/cry18_2.asm @@ -1,34 +1,34 @@ SFX_Cry18_2_Ch4: dutycycle 80 - squarenote 10, 245, 128, 6 - squarenote 3, 226, 160, 6 - squarenote 3, 242, 192, 6 - squarenote 3, 226, 224, 6 - squarenote 3, 210, 0, 7 - squarenote 3, 194, 224, 6 - squarenote 3, 210, 192, 6 - squarenote 8, 193, 160, 6 + squarenote 10, 15, 5, 1664 + squarenote 3, 14, 2, 1696 + squarenote 3, 15, 2, 1728 + squarenote 3, 14, 2, 1760 + squarenote 3, 13, 2, 1792 + squarenote 3, 12, 2, 1760 + squarenote 3, 13, 2, 1728 + squarenote 8, 12, 1, 1696 endchannel SFX_Cry18_2_Ch5: dutycycle 15 - squarenote 9, 213, 49, 6 - squarenote 3, 210, 82, 6 - squarenote 3, 226, 113, 6 - squarenote 3, 178, 145, 6 - squarenote 3, 194, 178, 6 - squarenote 3, 178, 145, 6 - squarenote 3, 194, 113, 6 - squarenote 8, 177, 81, 6 + squarenote 9, 13, 5, 1585 + squarenote 3, 13, 2, 1618 + squarenote 3, 14, 2, 1649 + squarenote 3, 11, 2, 1681 + squarenote 3, 12, 2, 1714 + squarenote 3, 11, 2, 1681 + squarenote 3, 12, 2, 1649 + squarenote 8, 11, 1, 1617 endchannel SFX_Cry18_2_Ch7: - noisenote 6, 227, 76 - noisenote 4, 195, 60 - noisenote 5, 212, 60 - noisenote 4, 196, 44 - noisenote 6, 180, 60 - noisenote 8, 193, 44 + noisenote 6, 14, 3, 76 + noisenote 4, 12, 3, 60 + noisenote 5, 13, 4, 60 + noisenote 4, 12, 4, 44 + noisenote 6, 11, 4, 60 + noisenote 8, 12, 1, 44 endchannel |
