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/cry19_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/cry19_2.asm')
| -rw-r--r-- | audio/sfx/cry19_2.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/sfx/cry19_2.asm b/audio/sfx/cry19_2.asm index baba2a1f..b088c0de 100644 --- a/audio/sfx/cry19_2.asm +++ b/audio/sfx/cry19_2.asm @@ -1,17 +1,17 @@ SFX_Cry19_2_Ch4: dutycycle 27 - squarenote 7, 210, 64, 7 - squarenote 15, 229, 96, 7 - squarenote 15, 193, 48, 7 + squarenote 7, 13, 2, 1856 + squarenote 15, 14, 5, 1888 + squarenote 15, 12, 1, 1840 endchannel SFX_Cry19_2_Ch5: dutycycle 129 - squarenote 2, 194, 1, 7 - squarenote 4, 194, 8, 7 - squarenote 15, 215, 65, 7 - squarenote 15, 162, 1, 7 + squarenote 2, 12, 2, 1793 + squarenote 4, 12, 2, 1800 + squarenote 15, 13, 7, 1857 + squarenote 15, 10, 2, 1793 SFX_Cry19_2_Ch7: |
