aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/battle_31.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2018-03-16 20:35:40 -0500
committerdannye <33dannye@gmail.com>2018-03-16 20:35:40 -0500
commit4398dde1e483d74ae9997aba11f62b9810f9f77b (patch)
tree4a927ad4d31946a428d17765386337aad589d05e /audio/sfx/battle_31.asm
parentBreak up pitchenvelope parameters into length and pitch change (diff)
downloadpokeyellow-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_31.asm')
-rw-r--r--audio/sfx/battle_31.asm20
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/sfx/battle_31.asm b/audio/sfx/battle_31.asm
index 09b08271..ee1cc671 100644
--- a/audio/sfx/battle_31.asm
+++ b/audio/sfx/battle_31.asm
@@ -1,18 +1,18 @@
SFX_Battle_31_Ch4:
duty 2
- squarenote 15, 255, 224, 7
- squarenote 15, 255, 224, 7
- squarenote 15, 255, 224, 7
- squarenote 15, 255, 224, 7
- squarenote 15, 242, 224, 7
+ squarenote 15, 15, -7, 2016
+ squarenote 15, 15, -7, 2016
+ squarenote 15, 15, -7, 2016
+ squarenote 15, 15, -7, 2016
+ squarenote 15, 15, 2, 2016
endchannel
SFX_Battle_31_Ch5:
duty 3
- squarenote 15, 255, 226, 7
- squarenote 15, 255, 225, 7
- squarenote 15, 255, 226, 7
- squarenote 15, 255, 225, 7
- squarenote 15, 242, 226, 7
+ squarenote 15, 15, -7, 2018
+ squarenote 15, 15, -7, 2017
+ squarenote 15, 15, -7, 2018
+ squarenote 15, 15, -7, 2017
+ squarenote 15, 15, 2, 2018
endchannel