aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/cry01_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/cry01_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/cry01_2.asm')
-rw-r--r--audio/sfx/cry01_2.asm40
1 files changed, 20 insertions, 20 deletions
diff --git a/audio/sfx/cry01_2.asm b/audio/sfx/cry01_2.asm
index e226ed44..55be1d01 100644
--- a/audio/sfx/cry01_2.asm
+++ b/audio/sfx/cry01_2.asm
@@ -1,24 +1,24 @@
-SFX_Cry01_2_Ch4:
- dutycycle 160
- squarenote 4, 15, 3, 1536
- squarenote 8, 13, 5, 1888
- squarenote 3, 14, 2, 1824
- squarenote 8, 13, 1, 1808
- endchannel
+SFX_Cry01_2_Ch5:
+ duty_cycle_pattern 160
+ square_note 4, 15, 3, 1536
+ square_note 8, 13, 5, 1888
+ square_note 3, 14, 2, 1824
+ square_note 8, 13, 1, 1808
+ sound_ret
-SFX_Cry01_2_Ch5:
- dutycycle 90
- squarenote 5, 11, 3, 1777
- squarenote 7, 12, 5, 1874
- squarenote 3, 10, 2, 1809
- squarenote 8, 11, 1, 1537
- endchannel
+SFX_Cry01_2_Ch6:
+ duty_cycle_pattern 90
+ square_note 5, 11, 3, 1777
+ square_note 7, 12, 5, 1874
+ square_note 3, 10, 2, 1809
+ square_note 8, 11, 1, 1537
+ sound_ret
-SFX_Cry01_2_Ch7:
- noisenote 3, 10, 2, 60
- noisenote 12, 9, 4, 44
- noisenote 3, 8, 2, 28
- noisenote 8, 7, 1, 44
- endchannel
+SFX_Cry01_2_Ch8:
+ noise_note 3, 10, 2, 60
+ noise_note 12, 9, 4, 44
+ noise_note 3, 8, 2, 28
+ noise_note 8, 7, 1, 44
+ sound_ret