aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/withdraw_deposit_3.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/withdraw_deposit_3.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/withdraw_deposit_3.asm')
-rw-r--r--audio/sfx/withdraw_deposit_3.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/sfx/withdraw_deposit_3.asm b/audio/sfx/withdraw_deposit_3.asm
index a6a902de..b6dc4a7d 100644
--- a/audio/sfx/withdraw_deposit_3.asm
+++ b/audio/sfx/withdraw_deposit_3.asm
@@ -1,12 +1,12 @@
SFX_Withdraw_Deposit_3_Ch4:
duty 1
- pitchenvelope 58
+ pitchenvelope 3, -2
squarenote 4, 242, 0, 5
- pitchenvelope 34
+ pitchenvelope 2, 2
squarenote 4, 226, 0, 5
- pitchenvelope 58
+ pitchenvelope 3, -2
squarenote 4, 242, 0, 7
- pitchenvelope 34
+ pitchenvelope 2, 2
squarenote 15, 226, 0, 7
- pitchenvelope 8
+ pitchenvelope 0, 0
endchannel