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/cry16_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/cry16_2.asm')
| -rw-r--r-- | audio/sfx/cry16_2.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/sfx/cry16_2.asm b/audio/sfx/cry16_2.asm index 7baabb45..1946c8f1 100644 --- a/audio/sfx/cry16_2.asm +++ b/audio/sfx/cry16_2.asm @@ -1,21 +1,21 @@ SFX_Cry16_2_Ch4: dutycycle 240 - squarenote 15, 215, 128, 7 - squarenote 4, 230, 160, 7 - squarenote 15, 210, 64, 7 + squarenote 15, 13, 7, 1920 + squarenote 4, 14, 6, 1952 + squarenote 15, 13, 2, 1856 endchannel SFX_Cry16_2_Ch5: dutycycle 90 - squarenote 15, 199, 83, 7 - squarenote 5, 182, 114, 7 - squarenote 15, 194, 17, 7 + squarenote 15, 12, 7, 1875 + squarenote 5, 11, 6, 1906 + squarenote 15, 12, 2, 1809 endchannel SFX_Cry16_2_Ch7: - noisenote 13, 246, 76 - noisenote 4, 230, 60 - noisenote 15, 242, 76 + noisenote 13, 15, 6, 76 + noisenote 4, 14, 6, 60 + noisenote 15, 15, 2, 76 endchannel |
