aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/go_outside_3.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/go_outside_3.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/go_outside_3.asm')
-rw-r--r--audio/sfx/go_outside_3.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/sfx/go_outside_3.asm b/audio/sfx/go_outside_3.asm
index 25284c5c..37952248 100644
--- a/audio/sfx/go_outside_3.asm
+++ b/audio/sfx/go_outside_3.asm
@@ -1,7 +1,7 @@
SFX_Go_Outside_3_Ch7:
- noisenote 2, 241, 84
- noisenote 12, 113, 35
- noisenote 2, 177, 84
- noisenote 12, 97, 35
- noisenote 6, 65, 84
+ noisenote 2, 15, 1, 84
+ noisenote 12, 7, 1, 35
+ noisenote 2, 11, 1, 84
+ noisenote 12, 6, 1, 35
+ noisenote 6, 4, 1, 84
endchannel