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/battle_2b.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/battle_2b.asm')
| -rw-r--r-- | audio/sfx/battle_2b.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/sfx/battle_2b.asm b/audio/sfx/battle_2b.asm index 94d11f3f..418ab5cb 100644 --- a/audio/sfx/battle_2b.asm +++ b/audio/sfx/battle_2b.asm @@ -1,21 +1,21 @@ SFX_Battle_2B_Ch4: dutycycle 210 - squarenote 3, 129, 0, 3 - squarenote 3, 193, 0, 4 - squarenote 3, 241, 0, 5 - squarenote 3, 177, 0, 4 - squarenote 3, 113, 0, 3 + squarenote 3, 8, 1, 768 + squarenote 3, 12, 1, 1024 + squarenote 3, 15, 1, 1280 + squarenote 3, 11, 1, 1024 + squarenote 3, 7, 1, 768 loopchannel 5, SFX_Battle_2B_Ch4 - squarenote 8, 129, 0, 4 + squarenote 8, 8, 1, 1024 endchannel SFX_Battle_2B_Ch7: - noisenote 3, 98, 34 - noisenote 3, 162, 50 - noisenote 3, 210, 51 - noisenote 3, 146, 35 - noisenote 3, 82, 18 + noisenote 3, 6, 2, 34 + noisenote 3, 10, 2, 50 + noisenote 3, 13, 2, 51 + noisenote 3, 9, 2, 35 + noisenote 3, 5, 2, 18 loopchannel 5, SFX_Battle_2B_Ch7 - noisenote 8, 129, 18 + noisenote 8, 8, 1, 18 endchannel |
