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/cry25_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/cry25_2.asm')
| -rw-r--r-- | audio/sfx/cry25_2.asm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/audio/sfx/cry25_2.asm b/audio/sfx/cry25_2.asm index cef33546..c38fa988 100644 --- a/audio/sfx/cry25_2.asm +++ b/audio/sfx/cry25_2.asm @@ -1,26 +1,26 @@ SFX_Cry25_2_Ch4: dutycycle 165 - squarenote 6, 244, 64, 7 - squarenote 15, 227, 48, 7 - squarenote 4, 244, 64, 7 - squarenote 5, 179, 72, 7 - squarenote 8, 209, 80, 7 + squarenote 6, 15, 4, 1856 + squarenote 15, 14, 3, 1840 + squarenote 4, 15, 4, 1856 + squarenote 5, 11, 3, 1864 + squarenote 8, 13, 1, 1872 endchannel SFX_Cry25_2_Ch5: dutycycle 119 - squarenote 6, 195, 18, 7 - squarenote 15, 179, 4, 7 - squarenote 3, 195, 18, 7 - squarenote 4, 195, 33, 7 - squarenote 8, 177, 50, 7 + squarenote 6, 12, 3, 1810 + squarenote 15, 11, 3, 1796 + squarenote 3, 12, 3, 1810 + squarenote 4, 12, 3, 1825 + squarenote 8, 11, 1, 1842 endchannel SFX_Cry25_2_Ch7: - noisenote 8, 214, 44 - noisenote 12, 198, 60 - noisenote 10, 182, 44 - noisenote 8, 145, 28 + noisenote 8, 13, 6, 44 + noisenote 12, 12, 6, 60 + noisenote 10, 11, 6, 44 + noisenote 8, 9, 1, 28 endchannel |
