mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 11:50:48 +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
65
crysaudio/music/TCG2/diddly5.asm
Normal file
65
crysaudio/music/TCG2/diddly5.asm
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
Music_TCG2Diddly5:
|
||||
db $40
|
||||
dw Music_TCG2Diddly5_Ch1
|
||||
db $01
|
||||
dw Music_TCG2Diddly5_Ch2
|
||||
|
||||
Music_TCG2Diddly5_Ch2:
|
||||
notetype1 10
|
||||
notetype0 1
|
||||
octave 3
|
||||
note G_, 2
|
||||
note B_, 3
|
||||
inc_octave
|
||||
note D_, 3
|
||||
note G_, 3
|
||||
dec_octave
|
||||
note B_, 2
|
||||
inc_octave
|
||||
note D_, 3
|
||||
note G_, 3
|
||||
note B_, 3
|
||||
note D_, 2
|
||||
note G_, 3
|
||||
note B_, 3
|
||||
inc_octave
|
||||
note D_, 3
|
||||
dec_octave
|
||||
note G_, 2
|
||||
note B_, 3
|
||||
inc_octave
|
||||
note D_, 3
|
||||
note G_, 3
|
||||
note G_, 3
|
||||
endchannel
|
||||
|
||||
|
||||
Music_TCG2Diddly5_Ch1:
|
||||
notetype1 10
|
||||
notetype0 1
|
||||
octave 2
|
||||
note B_, 2
|
||||
inc_octave
|
||||
note D_, 3
|
||||
note G_, 3
|
||||
dec_octave
|
||||
note B_, 3
|
||||
inc_octave
|
||||
note D_, 2
|
||||
note G_, 3
|
||||
note B_, 3
|
||||
note D_, 3
|
||||
note G_, 2
|
||||
note B_, 3
|
||||
inc_octave
|
||||
note D_, 3
|
||||
dec_octave
|
||||
note G_, 3
|
||||
note B_, 2
|
||||
inc_octave
|
||||
note D_, 3
|
||||
note G_, 3
|
||||
note B_, 3
|
||||
note B_, 3
|
||||
endchannel
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue