From b382473f7b6827020f5544c8dcc730be8fc83f6e Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Fri, 16 Mar 2018 17:56:37 -0500 Subject: Break up pitchenvelope parameters into length and pitch change --- audio/sfx/shooting_star.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/sfx/shooting_star.asm') diff --git a/audio/sfx/shooting_star.asm b/audio/sfx/shooting_star.asm index d33eefcb..36e77f45 100644 --- a/audio/sfx/shooting_star.asm +++ b/audio/sfx/shooting_star.asm @@ -1,6 +1,6 @@ SFX_Shooting_Star_Ch4: dutycycle 228 - pitchenvelope 47 + pitchenvelope 2, -7 squarenote 4, 64, 224, 7 squarenote 4, 96, 224, 7 squarenote 4, 128, 224, 7 @@ -10,5 +10,5 @@ SFX_Shooting_Star_Ch4: squarenote 8, 96, 224, 7 squarenote 8, 48, 224, 7 squarenote 15, 18, 224, 7 - pitchenvelope 8 + pitchenvelope 0, 0 endchannel -- cgit v1.3.1-sl0p