aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/cry17_2.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/cry17_2.asm
parentMerge pull request #220 from Rangi42/master (diff)
downloadpokeyellow-20c4116788d4d29b14c85ffce77e65faf89716b7.tar.gz
pokeyellow-20c4116788d4d29b14c85ffce77e65faf89716b7.tar.xz
pokeyellow-20c4116788d4d29b14c85ffce77e65faf89716b7.zip
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/cry17_2.asm')
-rw-r--r--audio/sfx/cry17_2.asm40
1 files changed, 20 insertions, 20 deletions
diff --git a/audio/sfx/cry17_2.asm b/audio/sfx/cry17_2.asm
index 4a42db48..2f143097 100644
--- a/audio/sfx/cry17_2.asm
+++ b/audio/sfx/cry17_2.asm
@@ -1,24 +1,24 @@
-SFX_Cry17_2_Ch4:
- dutycycle 15
- squarenote 15, 15, 7, 1280
- squarenote 15, 14, 7, 1288
- squarenote 8, 11, 4, 1152
- squarenote 15, 10, 2, 1120
- endchannel
+SFX_Cry17_2_Ch5:
+ duty_cycle_pattern 15
+ square_note 15, 15, 7, 1280
+ square_note 15, 14, 7, 1288
+ square_note 8, 11, 4, 1152
+ square_note 15, 10, 2, 1120
+ sound_ret
-SFX_Cry17_2_Ch5:
- dutycycle 68
- squarenote 14, 13, 7, 1153
- squarenote 14, 12, 7, 1161
- squarenote 10, 11, 4, 1025
- squarenote 15, 12, 2, 993
- endchannel
+SFX_Cry17_2_Ch6:
+ duty_cycle_pattern 68
+ square_note 14, 13, 7, 1153
+ square_note 14, 12, 7, 1161
+ square_note 10, 11, 4, 1025
+ square_note 15, 12, 2, 993
+ sound_ret
-SFX_Cry17_2_Ch7:
- noisenote 14, 15, 7, 124
- noisenote 12, 15, 6, 108
- noisenote 9, 14, 4, 124
- noisenote 15, 14, 2, 108
- endchannel
+SFX_Cry17_2_Ch8:
+ noise_note 14, 15, 7, 124
+ noise_note 12, 15, 6, 108
+ noise_note 9, 14, 4, 124
+ noise_note 15, 14, 2, 108
+ sound_ret