diff options
Diffstat (limited to 'audio/music/lookrocket.asm')
-rw-r--r-- | audio/music/lookrocket.asm | 362 |
1 files changed, 182 insertions, 180 deletions
diff --git a/audio/music/lookrocket.asm b/audio/music/lookrocket.asm index bd0c0e434..9a5c5dc51 100644 --- a/audio/music/lookrocket.asm +++ b/audio/music/lookrocket.asm @@ -1,48 +1,49 @@ Music_LookRocket: - musicheader 4, 1, Music_LookRocket_Ch1 - musicheader 1, 2, Music_LookRocket_Ch2 - musicheader 1, 3, Music_LookRocket_Ch3 - musicheader 1, 4, Music_LookRocket_Ch4 + channel_count 4 + channel 1, Music_LookRocket_Ch1 + channel 2, Music_LookRocket_Ch2 + channel 3, Music_LookRocket_Ch3 + channel 4, Music_LookRocket_Ch4 Music_LookRocket_Ch1: tempo 123 - volume $77 - pitchoffset 0, D_ - stereopanning $f - dutycycle $3 - vibrato $5, $64 - notetype $c, $a8 + volume 7, 7 + transpose 0, 2 + stereo_panning 0, 1 + duty_cycle 3 + vibrato 5, 6, 4 + note_type 12, 10, 8 octave 4 note C_, 1 note D_, 1 - callchannel Music_LookRocket_branch_f74e6 - dutycycle $1 + sound_call Music_LookRocket_branch_f74e6 + duty_cycle 1 Music_LookRocket_branch_f74c7: - intensity $a8 - callchannel Music_LookRocket_branch_f74f7 - callchannel Music_LookRocket_branch_f758a + volume_envelope 10, 8 + sound_call Music_LookRocket_branch_f74f7 + sound_call Music_LookRocket_branch_f758a octave 4 note F#, 1 - note __, 1 - intensity $53 - callchannel Music_LookRocket_branch_f750c - intensity $c3 - callchannel Music_LookRocket_branch_f750c - intensity $e3 - callchannel Music_LookRocket_branch_f750c - note __, 16 - loopchannel 0, Music_LookRocket_branch_f74c7 + rest 1 + volume_envelope 5, 3 + sound_call Music_LookRocket_branch_f750c + volume_envelope 12, 3 + sound_call Music_LookRocket_branch_f750c + volume_envelope 14, 3 + sound_call Music_LookRocket_branch_f750c + rest 16 + sound_loop 0, Music_LookRocket_branch_f74c7 Music_LookRocket_branch_f74e6: Music_RocketTheme_branch_f74e6: note D#, 1 - note __, 1 + rest 1 note D_, 1 - note __, 1 + rest 1 note C#, 1 - note __, 1 + rest 1 note C_, 1 - note __, 3 + rest 3 octave 2 note F_, 1 note G#, 1 @@ -51,14 +52,14 @@ Music_RocketTheme_branch_f74e6: note D_, 1 note F_, 1 note G#, 1 - endchannel + sound_ret Music_LookRocket_branch_f74f7: Music_RocketTheme_branch_f74f7: - note __, 2 + rest 2 octave 3 note D#, 1 - note __, 5 + rest 5 note D#, 4 octave 2 note A_, 2 @@ -67,74 +68,74 @@ Music_RocketTheme_branch_f74f7: note F_, 1 note F#, 6 note D#, 1 - note __, 3 + rest 3 note F#, 1 - note __, 1 + rest 1 note D#, 1 - note __, 1 + rest 1 octave 4 note F#, 1 - note __, 1 - endchannel + rest 1 + sound_ret Music_LookRocket_branch_f750c: Music_RocketTheme_branch_f750c: - note __, 2 + rest 2 octave 2 note B_, 1 - note __, 7 + rest 7 octave 3 note C_, 1 - note __, 5 - endchannel + rest 5 + sound_ret Music_LookRocket_Ch2: - pitchoffset 0, D_ - vibrato $4, $64 - dutycycle $3 - notetype $c, $b7 - stereopanning $ff + transpose 0, 2 + vibrato 4, 6, 4 + duty_cycle 3 + note_type 12, 11, 7 + stereo_panning 1, 1 octave 5 note C_, 1 note D_, 1 - callchannel Music_LookRocket_branch_f7547 + sound_call Music_LookRocket_branch_f7547 Music_LookRocket_branch_f7526: - intensity $b7 - callchannel Music_LookRocket_branch_f758a + volume_envelope 11, 7 + sound_call Music_LookRocket_branch_f758a octave 5 note C_, 1 - note __, 1 - callchannel Music_LookRocket_branch_f7554 - intensity $53 - callchannel Music_LookRocket_branch_f7568 - intensity $c3 - callchannel Music_LookRocket_branch_f7568 - intensity $e3 - callchannel Music_LookRocket_branch_f7568 - callchannel Music_LookRocket_branch_f756f - loopchannel 0, Music_LookRocket_branch_f7526 + rest 1 + sound_call Music_LookRocket_branch_f7554 + volume_envelope 5, 3 + sound_call Music_LookRocket_branch_f7568 + volume_envelope 12, 3 + sound_call Music_LookRocket_branch_f7568 + volume_envelope 14, 3 + sound_call Music_LookRocket_branch_f7568 + sound_call Music_LookRocket_branch_f756f + sound_loop 0, Music_LookRocket_branch_f7526 Music_LookRocket_branch_f7547: Music_RocketTheme_branch_f7547: note D#, 1 - note __, 1 + rest 1 note D_, 1 - note __, 1 + rest 1 note C#, 1 - note __, 1 + rest 1 note C_, 1 - note __, 3 + rest 3 octave 3 note B_, 6 - dutycycle $0 - endchannel + duty_cycle 0 + sound_ret Music_LookRocket_branch_f7554: Music_RocketTheme_branch_f7554: - note __, 2 + rest 2 octave 4 note D#, 1 - note __, 5 + rest 5 note F_, 4 note C_, 1 note D_, 1 @@ -142,255 +143,256 @@ Music_RocketTheme_branch_f7554: note F_, 1 note F#, 6 note D#, 1 - note __, 3 + rest 3 note F#, 1 - note __, 1 + rest 1 note D#, 1 - note __, 1 + rest 1 octave 5 note D#, 1 - note __, 1 - endchannel + rest 1 + sound_ret Music_LookRocket_branch_f7568: Music_RocketTheme_branch_f7568: - note __, 2 + rest 2 octave 3 note F_, 1 - note __, 7 + rest 7 note F#, 1 - note __, 5 - endchannel + rest 5 + sound_ret Music_LookRocket_branch_f756f: Music_RocketTheme_branch_f756f: - intensity $63 + volume_envelope 6, 3 note G#, 1 note F_, 1 note D_, 1 octave 2 note B_, 1 - intensity $a3 + volume_envelope 10, 3 octave 3 note A_, 1 note F#, 1 note D#, 1 note C_, 1 - intensity $c3 + volume_envelope 12, 3 note A#, 1 note G_, 1 note E_, 1 note C#, 1 - intensity $f3 + volume_envelope 15, 3 note B_, 1 note G#, 1 note F_, 1 note D_, 1 - endchannel + sound_ret Music_LookRocket_branch_f758a: Music_RocketTheme_branch_f758a: octave 3 - note __, 2 + rest 2 note G_, 1 - note __, 5 + rest 5 note A_, 8 note A#, 6 note A_, 1 - note __, 3 + rest 3 note A#, 1 - note __, 1 + rest 1 note A_, 1 - note __, 1 - endchannel + rest 1 + sound_ret Music_LookRocket_Ch3: - pitchoffset 0, D_ - vibrato $4, $22 - notetype $c, $14 - stereopanning $f0 - note __, 2 - callchannel Music_LookRocket_branch_f75bf + transpose 0, 2 + vibrato 4, 2, 2 + note_type 12, 1, 4 + stereo_panning 1, 0 + rest 2 + sound_call Music_LookRocket_branch_f75bf Music_LookRocket_branch_f75a5: - callchannel Music_LookRocket_branch_f75fe - callchannel Music_LookRocket_branch_f75fe - intensity $24 - callchannel Music_LookRocket_branch_f7623 - intensity $14 - callchannel Music_LookRocket_branch_f75cc - callchannel Music_LookRocket_branch_f7623 - callchannel Music_LookRocket_branch_f75e1 - loopchannel 0, Music_LookRocket_branch_f75a5 + sound_call Music_LookRocket_branch_f75fe + sound_call Music_LookRocket_branch_f75fe + volume_envelope 2, 4 + sound_call Music_LookRocket_branch_f7623 + volume_envelope 1, 4 + sound_call Music_LookRocket_branch_f75cc + sound_call Music_LookRocket_branch_f7623 + sound_call Music_LookRocket_branch_f75e1 + sound_loop 0, Music_LookRocket_branch_f75a5 Music_LookRocket_branch_f75bf: Music_RocketTheme_branch_f75bf: octave 3 note F_, 1 - note __, 1 + rest 1 note G#, 1 - note __, 1 + rest 1 octave 4 note C_, 1 - note __, 1 + rest 1 note D_, 1 - note __, 3 + rest 3 octave 3 note D_, 6 - endchannel + sound_ret Music_LookRocket_branch_f75cc: Music_RocketTheme_branch_f75cc: octave 2 note G#, 1 - note __, 1 + rest 1 octave 3 note G#, 1 - note __, 1 + rest 1 octave 2 note G#, 1 - note __, 1 + rest 1 note G#, 1 - note __, 1 + rest 1 note A_, 1 - note __, 1 + rest 1 octave 3 note A_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 note F#, 1 - note __, 1 - endchannel + rest 1 + sound_ret Music_LookRocket_branch_f75e1: Music_RocketTheme_branch_f75e1: - intensity $24 + volume_envelope 2, 4 octave 2 note G#, 1 - note __, 1 + rest 1 octave 3 note F_, 1 - note __, 1 + rest 1 octave 2 note A_, 1 - note __, 1 + rest 1 octave 3 note F#, 1 - note __, 1 - intensity $14 + rest 1 + volume_envelope 1, 4 octave 2 note A#, 1 - note __, 1 + rest 1 octave 3 note G_, 1 - note __, 1 + rest 1 octave 2 note B_, 1 - note __, 1 + rest 1 octave 3 note G#, 1 - note __, 1 - endchannel + rest 1 + sound_ret Music_LookRocket_branch_f75fe: Music_RocketTheme_branch_f75fe: note C_, 1 - note __, 1 + rest 1 octave 4 note C_, 1 - note __, 1 + rest 1 octave 3 note C_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 octave 4 note C_, 1 - note __, 1 + rest 1 octave 3 note C_, 1 - note __, 1 + rest 1 note D#, 1 - note __, 1 + rest 1 note G_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 note C_, 1 - note __, 1 + rest 1 note F#, 1 - note __, 1 + rest 1 note A_, 1 - note __, 1 - endchannel + rest 1 + sound_ret Music_LookRocket_branch_f7623: Music_RocketTheme_branch_f7623: octave 2 note G#, 1 - note __, 1 + rest 1 octave 3 note G#, 1 - note __, 1 + rest 1 octave 2 note G#, 1 - note __, 1 + rest 1 note G#, 1 - note __, 1 + rest 1 note A_, 1 - note __, 1 + rest 1 octave 3 note A_, 1 - note __, 1 + rest 1 note G#, 1 note F#, 1 note D#, 1 note C_, 1 - endchannel + sound_ret Music_LookRocket_Ch4: - togglenoise $3 - notetype $c - note __, 2 - callchannel Music_LookRocket_branch_f765c + toggle_noise 3 + dspeed 12 + rest 2 + sound_call Music_LookRocket_branch_f765c Music_LookRocket_branch_f7640: - callchannel Music_LookRocket_branch_f7664 - callchannel Music_LookRocket_branch_f7664 - callchannel Music_LookRocket_branch_f7664 - callchannel Music_LookRocket_branch_f7664 - callchannel Music_LookRocket_branch_f7664 - callchannel Music_LookRocket_branch_f7664 - callchannel Music_LookRocket_branch_f7664 - callchannel Music_LookRocket_branch_f765c - loopchannel 0, Music_LookRocket_branch_f7640 + sound_call Music_LookRocket_branch_f7664 + sound_call Music_LookRocket_branch_f7664 + sound_call Music_LookRocket_branch_f7664 + sound_call Music_LookRocket_branch_f7664 + sound_call Music_LookRocket_branch_f7664 + sound_call Music_LookRocket_branch_f7664 + sound_call Music_LookRocket_branch_f7664 + sound_call Music_LookRocket_branch_f765c + sound_loop 0, Music_LookRocket_branch_f7640 Music_LookRocket_branch_f765c: Music_RocketTheme_branch_f765c: - note C_, 8 - note D_, 2 - note D#, 2 - note C#, 1 - note C#, 1 - note D_, 1 - note D_, 1 - endchannel + dnote 1, 8 + dnote 3, 2 + dnote 4, 2 + dnote 2, 1 + dnote 2, 1 + dnote 3, 1 + dnote 3, 1 + sound_ret Music_LookRocket_branch_f7664: Music_RocketTheme_branch_f7664: - note D#, 2 - note F#, 2 - note D_, 2 - note F#, 2 - note D#, 2 - note F#, 2 - note D_, 2 - note F#, 2 - endchannel + dnote 4, 2 + dnote 7, 2 + dnote 3, 2 + dnote 7, 2 + dnote 4, 2 + dnote 7, 2 + dnote 3, 2 + dnote 7, 2 + sound_ret + |