summaryrefslogtreecommitdiff
path: root/audio/sfx/ball_toss.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2019-07-27 23:21:39 -0500
committerdannye <33dannye@gmail.com>2019-07-27 23:21:39 -0500
commit20c4116788d4d29b14c85ffce77e65faf89716b7 (patch)
tree7dcc36a1b3568ebe5b98b3cc7ddb8344a2162cc9 /audio/sfx/ball_toss.asm
parent36597a7917144bbf5d9ae63a0f9d537f6f58eb74 (diff)
Update audio macro names
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
Diffstat (limited to 'audio/sfx/ball_toss.asm')
-rw-r--r--audio/sfx/ball_toss.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/sfx/ball_toss.asm b/audio/sfx/ball_toss.asm
index e4518dfc..207bf720 100644
--- a/audio/sfx/ball_toss.asm
+++ b/audio/sfx/ball_toss.asm
@@ -1,11 +1,11 @@
-SFX_Ball_Toss_Ch4:
- duty 2
- pitchenvelope 2, -7
- squarenote 15, 15, 2, 1920
- endchannel
+SFX_Ball_Toss_Ch5:
+ duty_cycle 2
+ pitch_sweep 2, -7
+ square_note 15, 15, 2, 1920
+ sound_ret
-SFX_Ball_Toss_Ch5:
- duty 2
- squarenote 15, 12, 2, 1922
- endchannel
+SFX_Ball_Toss_Ch6:
+ duty_cycle 2
+ square_note 15, 12, 2, 1922
+ sound_ret