aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/battle_2f.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/battle_2f.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/battle_2f.asm')
-rw-r--r--audio/sfx/battle_2f.asm34
1 files changed, 17 insertions, 17 deletions
diff --git a/audio/sfx/battle_2f.asm b/audio/sfx/battle_2f.asm
index d8c2bd91..a3138abb 100644
--- a/audio/sfx/battle_2f.asm
+++ b/audio/sfx/battle_2f.asm
@@ -1,21 +1,21 @@
-SFX_Battle_2F_Ch4:
- dutycycle 43
- squarenote 3, 15, 1, 2032
- squarenote 4, 15, 2, 512
- loopchannel 8, SFX_Battle_2F_Ch4
- endchannel
+SFX_Battle_2F_Ch5:
+ duty_cycle_pattern 43
+ square_note 3, 15, 1, 2032
+ square_note 4, 15, 2, 512
+ sound_loop 8, SFX_Battle_2F_Ch5
+ sound_ret
-SFX_Battle_2F_Ch5:
- dutycycle 179
- squarenote 4, 14, 2, 514
- squarenote 4, 14, 1, 2018
- loopchannel 9, SFX_Battle_2F_Ch5
- endchannel
+SFX_Battle_2F_Ch6:
+ duty_cycle_pattern 179
+ square_note 4, 14, 2, 514
+ square_note 4, 14, 1, 2018
+ sound_loop 9, SFX_Battle_2F_Ch6
+ sound_ret
-SFX_Battle_2F_Ch7:
- noisenote 4, 15, -7, 67
- noisenote 4, 15, 2, 68
- loopchannel 9, SFX_Battle_2F_Ch7
- endchannel
+SFX_Battle_2F_Ch8:
+ noise_note 4, 15, -7, 67
+ noise_note 4, 15, 2, 68
+ sound_loop 9, SFX_Battle_2F_Ch8
+ sound_ret