summaryrefslogtreecommitdiff
path: root/audio/sfx/faint_thud.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-02-05 17:59:01 -0600
committerGitHub <noreply@github.com>2020-02-05 17:59:01 -0600
commit5048f24816e95fc38a708b967648deb86c62a689 (patch)
treec6b15116aefe09c91c3047d506fc7bbf677f8001 /audio/sfx/faint_thud.asm
parent6348ed24fedcae15cd4629bdcddea542d6c44712 (diff)
parent362bba7642431d87371cb86c9442e7636fcd287b (diff)
Merge pull request #223 from pret/audio-macros
Audio macros
Diffstat (limited to 'audio/sfx/faint_thud.asm')
-rw-r--r--audio/sfx/faint_thud.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/sfx/faint_thud.asm b/audio/sfx/faint_thud.asm
index d866b588..527e027f 100644
--- a/audio/sfx/faint_thud.asm
+++ b/audio/sfx/faint_thud.asm
@@ -1,11 +1,11 @@
-SFX_Faint_Thud_Ch4:
- squarenote 15, 13, 1, 512
- pitchenvelope 0, 0
- endchannel
+SFX_Faint_Thud_Ch5:
+ square_note 15, 13, 1, 512
+ pitch_sweep 0, 8
+ sound_ret
-SFX_Faint_Thud_Ch7:
- noisenote 4, 15, 5, 51
- noisenote 8, 15, 4, 34
- noisenote 15, 15, 2, 33
- endchannel
+SFX_Faint_Thud_Ch8:
+ noise_note 4, 15, 5, 51
+ noise_note 8, 15, 4, 34
+ noise_note 15, 15, 2, 33
+ sound_ret