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/shooting_star.asm | |
| parent | Break up pitchenvelope parameters into length and pitch change (diff) | |
| download | pokeyellow-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/shooting_star.asm')
| -rw-r--r-- | audio/sfx/shooting_star.asm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/sfx/shooting_star.asm b/audio/sfx/shooting_star.asm index 36e77f45..fbd158fd 100644 --- a/audio/sfx/shooting_star.asm +++ b/audio/sfx/shooting_star.asm @@ -1,14 +1,14 @@ SFX_Shooting_Star_Ch4: dutycycle 228 pitchenvelope 2, -7 - squarenote 4, 64, 224, 7 - squarenote 4, 96, 224, 7 - squarenote 4, 128, 224, 7 - squarenote 8, 160, 224, 7 - squarenote 8, 160, 224, 7 - squarenote 8, 128, 224, 7 - squarenote 8, 96, 224, 7 - squarenote 8, 48, 224, 7 - squarenote 15, 18, 224, 7 + squarenote 4, 4, 0, 2016 + squarenote 4, 6, 0, 2016 + squarenote 4, 8, 0, 2016 + squarenote 8, 10, 0, 2016 + squarenote 8, 10, 0, 2016 + squarenote 8, 8, 0, 2016 + squarenote 8, 6, 0, 2016 + squarenote 8, 3, 0, 2016 + squarenote 15, 1, 2, 2016 pitchenvelope 0, 0 endchannel |
