mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13:00
59 lines
769 B
NASM
59 lines
769 B
NASM
Music_MatchStart1:
|
|
channel_count 1
|
|
channel 1, Music_MatchStart1_Ch1
|
|
|
|
Music_MatchStart1_Ch1: ; f7919 (3d:7919)
|
|
speed 1
|
|
;stereo_panning 1, 1
|
|
fade_wave 8
|
|
.Loop1
|
|
duty_cycle 2
|
|
channel_volume 15
|
|
octave 3
|
|
note C_, 1
|
|
inc_octave
|
|
note C_, 1
|
|
dec_octave
|
|
note G_, 1
|
|
inc_octave
|
|
note G_, 1
|
|
octave 3
|
|
note D_, 1
|
|
inc_octave
|
|
note D_, 1
|
|
dec_octave
|
|
note A_, 1
|
|
inc_octave
|
|
note A_, 1
|
|
octave 4
|
|
duty_cycle 1
|
|
note C_, 1
|
|
inc_octave
|
|
note C_, 1
|
|
dec_octave
|
|
note G_, 1
|
|
inc_octave
|
|
note G_, 1
|
|
octave 4
|
|
note D_, 1
|
|
inc_octave
|
|
note D_, 1
|
|
dec_octave
|
|
note A_, 1
|
|
inc_octave
|
|
note A_, 1
|
|
sound_loop 3, .Loop1
|
|
octave 4
|
|
channel_volume 6
|
|
note E_, 1
|
|
inc_octave
|
|
note E_, 1
|
|
octave 4
|
|
channel_volume 2
|
|
dec_octave
|
|
note B_, 1
|
|
inc_octave
|
|
note B_, 1
|
|
sound_ret
|
|
; 0xf7956
|