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/cry1e_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/cry1e_2.asm')
| -rw-r--r-- | audio/sfx/cry1e_2.asm | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/audio/sfx/cry1e_2.asm b/audio/sfx/cry1e_2.asm index c9f7a2ed..783ee324 100644 --- a/audio/sfx/cry1e_2.asm +++ b/audio/sfx/cry1e_2.asm @@ -1,38 +1,38 @@ SFX_Cry1E_2_Ch4: dutycycle 240 - squarenote 6, 242, 0, 6 - squarenote 6, 226, 64, 6 - squarenote 6, 210, 128, 6 - squarenote 6, 226, 192, 6 - squarenote 6, 210, 0, 7 - squarenote 6, 194, 64, 7 - squarenote 6, 178, 128, 7 - squarenote 8, 161, 192, 7 + squarenote 6, 15, 2, 1536 + squarenote 6, 14, 2, 1600 + squarenote 6, 13, 2, 1664 + squarenote 6, 14, 2, 1728 + squarenote 6, 13, 2, 1792 + squarenote 6, 12, 2, 1856 + squarenote 6, 11, 2, 1920 + squarenote 8, 10, 1, 1984 endchannel SFX_Cry1E_2_Ch5: dutycycle 17 - squarenote 3, 8, 1, 0 - squarenote 6, 194, 193, 5 - squarenote 6, 178, 2, 6 - squarenote 6, 162, 65, 6 - squarenote 6, 178, 130, 6 - squarenote 6, 162, 194, 6 - squarenote 6, 146, 1, 7 - squarenote 6, 162, 66, 7 - squarenote 8, 129, 129, 7 + squarenote 3, 0, 8, 1 + squarenote 6, 12, 2, 1473 + squarenote 6, 11, 2, 1538 + squarenote 6, 10, 2, 1601 + squarenote 6, 11, 2, 1666 + squarenote 6, 10, 2, 1730 + squarenote 6, 9, 2, 1793 + squarenote 6, 10, 2, 1858 + squarenote 8, 8, 1, 1921 endchannel SFX_Cry1E_2_Ch7: - noisenote 6, 8, 1 - noisenote 5, 226, 92 - noisenote 5, 194, 76 - noisenote 5, 210, 60 - noisenote 5, 178, 44 - noisenote 5, 194, 28 - noisenote 5, 162, 27 - noisenote 5, 146, 26 - noisenote 8, 129, 24 + noisenote 6, 0, 8, 1 + noisenote 5, 14, 2, 92 + noisenote 5, 12, 2, 76 + noisenote 5, 13, 2, 60 + noisenote 5, 11, 2, 44 + noisenote 5, 12, 2, 28 + noisenote 5, 10, 2, 27 + noisenote 5, 9, 2, 26 + noisenote 8, 8, 1, 24 endchannel |
