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/faint_thud.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/sfx/faint_thud.asm') diff --git a/audio/sfx/faint_thud.asm b/audio/sfx/faint_thud.asm index 1892a81f..6dd9b005 100644 --- a/audio/sfx/faint_thud.asm +++ b/audio/sfx/faint_thud.asm @@ -1,6 +1,6 @@ SFX_Faint_Thud_Ch4: squarenote 15, 209, 0, 2 - pitchenvelope 8 + pitchenvelope 0, 0 endchannel -- cgit v1.3.1-sl0p