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/cut_3.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/cut_3.asm')
| -rw-r--r-- | audio/sfx/cut_3.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/sfx/cut_3.asm b/audio/sfx/cut_3.asm index 3e2746eb..ff7a0c4d 100644 --- a/audio/sfx/cut_3.asm +++ b/audio/sfx/cut_3.asm @@ -1,7 +1,7 @@ SFX_Cut_3_Ch7: - noisenote 2, 247, 36 - noisenote 2, 247, 52 - noisenote 4, 247, 68 - noisenote 8, 244, 85 - noisenote 8, 241, 68 + noisenote 2, 15, 7, 36 + noisenote 2, 15, 7, 52 + noisenote 4, 15, 7, 68 + noisenote 8, 15, 4, 85 + noisenote 8, 15, 1, 68 endchannel |
