aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/shooting_star.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2018-03-16 17:56:37 -0500
committerdannye <33dannye@gmail.com>2018-03-16 18:07:41 -0500
commitb382473f7b6827020f5544c8dcc730be8fc83f6e (patch)
treef0a83aec2a4c0ca399602da0a0185d8c175221c1 /audio/sfx/shooting_star.asm
parentMerge pull request #178 from Eggy0/master (diff)
downloadpokeyellow-b382473f7b6827020f5544c8dcc730be8fc83f6e.tar.gz
pokeyellow-b382473f7b6827020f5544c8dcc730be8fc83f6e.tar.xz
pokeyellow-b382473f7b6827020f5544c8dcc730be8fc83f6e.zip
Break up pitchenvelope parameters into length and pitch change
Diffstat (limited to 'audio/sfx/shooting_star.asm')
-rw-r--r--audio/sfx/shooting_star.asm4
1 files changed, 2 insertions, 2 deletions
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