diff options
author | dannye <33dannye@gmail.com> | 2018-03-16 17:56:37 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2018-03-16 18:07:41 -0500 |
commit | b382473f7b6827020f5544c8dcc730be8fc83f6e (patch) | |
tree | f0a83aec2a4c0ca399602da0a0185d8c175221c1 /audio/sfx/teleport_exit1_1.asm | |
parent | f8b710769dba1e128450c3d11eb2a7a05f745877 (diff) |
Break up pitchenvelope parameters into length and pitch change
Diffstat (limited to 'audio/sfx/teleport_exit1_1.asm')
-rw-r--r-- | audio/sfx/teleport_exit1_1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sfx/teleport_exit1_1.asm b/audio/sfx/teleport_exit1_1.asm index d8fa2cd2..6276139b 100644 --- a/audio/sfx/teleport_exit1_1.asm +++ b/audio/sfx/teleport_exit1_1.asm @@ -1,10 +1,10 @@ SFX_Teleport_Exit1_1_Ch4: duty 1 - pitchenvelope 23 + pitchenvelope 1, 7 squarenote 15, 215, 0, 5 squarenote 15, 183, 128, 5 squarenote 15, 135, 0, 6 squarenote 15, 71, 128, 6 squarenote 15, 23, 0, 7 - pitchenvelope 8 + pitchenvelope 0, 0 endchannel |