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/silph_scope.asm | |
parent | b382473f7b6827020f5544c8dcc730be8fc83f6e (diff) |
Break up sfxnote parameters into duty, volume, volume change and pitch
Diffstat (limited to 'audio/sfx/silph_scope.asm')
-rw-r--r-- | audio/sfx/silph_scope.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/sfx/silph_scope.asm b/audio/sfx/silph_scope.asm index b685abbe..94914320 100644 --- a/audio/sfx/silph_scope.asm +++ b/audio/sfx/silph_scope.asm @@ -1,9 +1,9 @@ SFX_Silph_Scope_Ch4: duty 0 - squarenote 0, 210, 0, 7 - squarenote 0, 210, 64, 7 - squarenote 0, 210, 128, 7 - squarenote 0, 210, 192, 7 - squarenote 10, 225, 224, 7 + squarenote 0, 13, 2, 1792 + squarenote 0, 13, 2, 1856 + squarenote 0, 13, 2, 1920 + squarenote 0, 13, 2, 1984 + squarenote 10, 14, 1, 2016 squarenote 1, 0, 0, 0 endchannel |