aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/unused2_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/unused2_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/unused2_2.asm')
-rw-r--r--audio/sfx/unused2_2.asm72
1 files changed, 36 insertions, 36 deletions
diff --git a/audio/sfx/unused2_2.asm b/audio/sfx/unused2_2.asm
index 36c10ba3..aa93f91c 100644
--- a/audio/sfx/unused2_2.asm
+++ b/audio/sfx/unused2_2.asm
@@ -1,56 +1,56 @@
-SFX_08_unused2_Ch4:
- executemusic
+SFX_Unused2_Ch5:
+ execute_music
tempo 256
volume 7, 7
vibrato 6, 2, 6
- duty 2
- toggleperfectpitch
- notetype 6, 11, 1
+ duty_cycle 2
+ toggle_perfect_pitch
+ note_type 6, 11, 1
octave 3
- G# 2
- G# 2
- notetype 6, 11, 3
- G# 2
- B_ 2
+ note G#, 2
+ note G#, 2
+ note_type 6, 11, 3
+ note G#, 2
+ note B_, 2
octave 4
- E_ 8
- endchannel
+ note E_, 8
+ sound_ret
-SFX_08_unused2_Ch5:
- executemusic
+SFX_Unused2_Ch6:
+ execute_music
vibrato 8, 2, 7
- duty 2
- notetype 6, 12, 1
+ duty_cycle 2
+ note_type 6, 12, 1
octave 4
- E_ 2
- E_ 1
- E_ 1
- notetype 6, 12, 3
- E_ 2
- G# 2
- B_ 8
- endchannel
+ note E_, 2
+ note E_, 1
+ note E_, 1
+ note_type 6, 12, 3
+ note E_, 2
+ note G#, 2
+ note B_, 8
+ sound_ret
-SFX_08_unused2_Ch6:
- executemusic
- notetype 6, 1, 0
+SFX_Unused2_Ch7:
+ execute_music
+ note_type 6, 1, 0
octave 4
- B_ 1
+ note B_, 1
rest 1
- notetype 3, 1, 0
- B_ 1
+ note_type 3, 1, 0
+ note B_, 1
rest 1
- B_ 1
+ note B_, 1
rest 1
- notetype 6, 1, 0
- B_ 1
+ note_type 6, 1, 0
+ note B_, 1
rest 1
octave 5
- E_ 1
+ note E_, 1
rest 1
octave 4
- B_ 4
+ note B_, 4
rest 4
- endchannel
+ sound_ret