summaryrefslogtreecommitdiff
path: root/audio/sfx/psybeam.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/psybeam.asm
parentb382473f7b6827020f5544c8dcc730be8fc83f6e (diff)
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/psybeam.asm')
-rw-r--r--audio/sfx/psybeam.asm20
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/sfx/psybeam.asm b/audio/sfx/psybeam.asm
index c49ebcb5..71c7119b 100644
--- a/audio/sfx/psybeam.asm
+++ b/audio/sfx/psybeam.asm
@@ -1,25 +1,25 @@
SFX_Psybeam_Ch4:
dutycycle 161
- squarenote 10, 241, 64, 6
- squarenote 10, 243, 128, 6
- squarenote 10, 242, 32, 6
+ squarenote 10, 15, 1, 1600
+ squarenote 10, 15, 3, 1664
+ squarenote 10, 15, 2, 1568
loopchannel 4, SFX_Psybeam_Ch4
- squarenote 10, 241, 64, 6
+ squarenote 10, 15, 1, 1600
endchannel
SFX_Psybeam_Ch5:
dutycycle 179
- squarenote 10, 243, 113, 5
- squarenote 7, 227, 49, 5
- squarenote 10, 241, 81, 5
+ squarenote 10, 15, 3, 1393
+ squarenote 7, 14, 3, 1329
+ squarenote 10, 15, 1, 1361
loopchannel 4, SFX_Psybeam_Ch5
- squarenote 10, 241, 113, 5
+ squarenote 10, 15, 1, 1393
endchannel
SFX_Psybeam_Ch7:
- noisenote 2, 209, 74
- noisenote 2, 210, 42
+ noisenote 2, 13, 1, 74
+ noisenote 2, 13, 2, 42
loopchannel 21, SFX_Psybeam_Ch7
endchannel