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_27.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_27.asm')
| -rw-r--r-- | audio/sfx/battle_27.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/sfx/battle_27.asm b/audio/sfx/battle_27.asm index f4e9f2e3..4e02cfe9 100644 --- a/audio/sfx/battle_27.asm +++ b/audio/sfx/battle_27.asm @@ -1,27 +1,27 @@ SFX_Battle_27_Ch4: duty 2 - squarenote 15, 63, 192, 7 + squarenote 15, 3, -7, 1984 SFX_Battle_27_branch_2062a: - squarenote 15, 223, 192, 7 + squarenote 15, 13, -7, 1984 loopchannel 4, SFX_Battle_27_branch_2062a - squarenote 15, 209, 192, 7 + squarenote 15, 13, 1, 1984 endchannel SFX_Battle_27_Ch5: dutycycle 179 - squarenote 15, 47, 200, 7 + squarenote 15, 2, -7, 1992 SFX_Battle_27_branch_2063d: - squarenote 15, 207, 199, 7 + squarenote 15, 12, -7, 1991 loopchannel 4, SFX_Battle_27_branch_2063d - squarenote 15, 193, 200, 7 + squarenote 15, 12, 1, 1992 endchannel SFX_Battle_27_Ch7: - noisenote 3, 151, 18 - noisenote 3, 161, 17 + noisenote 3, 9, 7, 18 + noisenote 3, 10, 1, 17 loopchannel 10, SFX_Battle_27_Ch7 endchannel |
