mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-10 04:10:43 +12:00
Insert Crystal audio engine and music
most credit goes to Sanqui
This commit is contained in:
parent
832c28eaea
commit
87eed68710
586 changed files with 193763 additions and 6447 deletions
121
crysaudio/music/looklass.asm
Normal file
121
crysaudio/music/looklass.asm
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
Music_LookLass: ; ed79b
|
||||
dbw $c0, Music_LookLass_Ch1
|
||||
dbw $01, Music_LookLass_Ch2
|
||||
dbw $02, Music_LookLass_Ch3
|
||||
dbw $03, Music_LookLass_Ch4
|
||||
; ed7a7
|
||||
|
||||
Music_LookLass_Ch1: ; ed7a7
|
||||
tempo 132
|
||||
volume $77
|
||||
tone $0001
|
||||
dutycycle $2
|
||||
notetype $c, $c7
|
||||
octave 3
|
||||
note B_, 1
|
||||
note __, 1
|
||||
octave 4
|
||||
note B_, 14
|
||||
stereopanning $f
|
||||
dutycycle $0
|
||||
Music_LookLass_branch_ed7bd: ; ed7bd
|
||||
intensity $a2
|
||||
octave 3
|
||||
note E_, 4
|
||||
intensity $a1
|
||||
note E_, 4
|
||||
note E_, 4
|
||||
note E_, 2
|
||||
intensity $a3
|
||||
note B_, 2
|
||||
loopchannel 0, Music_LookLass_branch_ed7bd
|
||||
; ed7cd
|
||||
|
||||
Music_LookLass_Ch2: ; ed7cd
|
||||
stereopanning $f0
|
||||
dutycycle $0
|
||||
notetype $c, $83
|
||||
note __, 16
|
||||
Music_LookLass_branch_ed7d5: ; ed7d5
|
||||
intensity $92
|
||||
octave 2
|
||||
note B_, 4
|
||||
intensity $91
|
||||
note B_, 4
|
||||
note B_, 4
|
||||
note B_, 2
|
||||
intensity $93
|
||||
octave 3
|
||||
note G#, 2
|
||||
loopchannel 0, Music_LookLass_branch_ed7d5
|
||||
; ed7e6
|
||||
|
||||
Music_LookLass_Ch3: ; ed7e6
|
||||
notetype $c, $10
|
||||
note __, 8
|
||||
octave 6
|
||||
note E_, 2
|
||||
note D#, 2
|
||||
note C#, 2
|
||||
note C_, 2
|
||||
Music_LookLass_branch_ed7ef: ; ed7ef
|
||||
octave 5
|
||||
note B_, 2
|
||||
note __, 2
|
||||
octave 6
|
||||
note D#, 2
|
||||
note __, 2
|
||||
note E_, 2
|
||||
note __, 2
|
||||
note D#, 2
|
||||
note __, 2
|
||||
note C#, 2
|
||||
note C_, 2
|
||||
octave 5
|
||||
note B_, 2
|
||||
note A_, 2
|
||||
note G#, 2
|
||||
note A_, 2
|
||||
note A#, 2
|
||||
octave 6
|
||||
note C#, 2
|
||||
octave 5
|
||||
note B_, 2
|
||||
note __, 2
|
||||
octave 6
|
||||
note C#, 2
|
||||
note __, 2
|
||||
octave 5
|
||||
note B_, 2
|
||||
note __, 2
|
||||
note A_, 2
|
||||
note __, 2
|
||||
note G#, 2
|
||||
note F#, 2
|
||||
note E_, 2
|
||||
note D#, 2
|
||||
note E_, 2
|
||||
note F#, 2
|
||||
note G#, 2
|
||||
note A_, 2
|
||||
loopchannel 0, Music_LookLass_branch_ed7ef
|
||||
; ed81a
|
||||
|
||||
Music_LookLass_Ch4: ; ed81a
|
||||
togglenoise $4
|
||||
notetype $c
|
||||
note C_, 16
|
||||
Music_LookLass_branch_ed81f: ; ed81f
|
||||
notetype $6
|
||||
note D_, 8
|
||||
note C#, 8
|
||||
note C#, 8
|
||||
note C#, 4
|
||||
note D_, 1
|
||||
note C#, 1
|
||||
note C#, 1
|
||||
note C#, 1
|
||||
loopchannel 0, Music_LookLass_branch_ed81f
|
||||
; ed82d
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue