mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Music Engine Bank 8
This commit is contained in:
parent
f199c146d7
commit
086e76a010
15
music/sfx/sfx_08_pokeflute.asm
Executable file
15
music/sfx/sfx_08_pokeflute.asm
Executable file
|
@ -0,0 +1,15 @@
|
|||
SFX_08_PokeFlute_Ch1: ; 22322 (8:6322)
|
||||
tempo 1, 0
|
||||
|
||||
|
||||
SFX_08_PokeFlute_Ch2: ; 22325 (8:6325)
|
||||
executemusic
|
||||
notetype 8, 0, 0
|
||||
rest 5
|
||||
rest 7
|
||||
rest 5
|
||||
rest 5
|
||||
rest 5
|
||||
rest 5
|
||||
endchannel
|
||||
; 0x2232f
|
14
music/sfx/sfx_08_pokeflute_ch3.asm
Executable file
14
music/sfx/sfx_08_pokeflute_ch3.asm
Executable file
|
@ -0,0 +1,14 @@
|
|||
SFX_08_PokeFlute_Ch3: ; 2049b (8:449b)
|
||||
executemusic
|
||||
vibrato 16, 1, 4
|
||||
notetype 8, 1, 0
|
||||
octave 5
|
||||
note E_, 3
|
||||
note F_, 3
|
||||
note G_, 7
|
||||
note A_, 3
|
||||
note G_, 3
|
||||
octave 6
|
||||
note C_, 13
|
||||
endchannel
|
||||
; 0x204aa
|
32
music/sfx/sfx_08_unused.asm
Executable file
32
music/sfx/sfx_08_unused.asm
Executable file
|
@ -0,0 +1,32 @@
|
|||
SFX_08_unused_Ch1: ; 2098b (8:498b)
|
||||
dutycycle 240
|
||||
unknownsfx0x20 15, 224, 128, 7
|
||||
unknownsfx0x20 15, 240, 132, 7
|
||||
unknownsfx0x20 15, 195, 224, 5
|
||||
unknownsfx0x20 15, 196, 0, 6
|
||||
unknownsfx0x20 10, 108, 128, 7
|
||||
unknownsfx0x20 8, 113, 132, 7
|
||||
endchannel
|
||||
|
||||
|
||||
SFX_08_unused_Ch2: ; 209a6 (8:49a6)
|
||||
dutycycle 5
|
||||
unknownsfx0x20 15, 160, 65, 7
|
||||
unknownsfx0x20 15, 176, 67, 7
|
||||
unknownsfx0x20 15, 147, 177, 5
|
||||
unknownsfx0x20 15, 148, 193, 5
|
||||
unknownsfx0x20 10, 76, 65, 7
|
||||
unknownsfx0x20 8, 49, 70, 7
|
||||
endchannel
|
||||
|
||||
|
||||
SFX_08_unused_Ch3: ; 209c1 (8:49c1)
|
||||
unknownnoise0x20 2, 242, 76
|
||||
unknownnoise0x20 6, 224, 58
|
||||
unknownnoise0x20 15, 208, 58
|
||||
unknownnoise0x20 8, 208, 44
|
||||
unknownnoise0x20 6, 230, 76
|
||||
unknownnoise0x20 12, 125, 76
|
||||
unknownnoise0x20 15, 211, 76
|
||||
endchannel
|
||||
; 0x209d7
|
57
music/sfx/sfx_08_unused2.asm
Executable file
57
music/sfx/sfx_08_unused2.asm
Executable file
|
@ -0,0 +1,57 @@
|
|||
SFX_08_unused2_Ch1: ; 2232f (8:632f)
|
||||
executemusic
|
||||
tempo 1, 0
|
||||
stereopanning 119
|
||||
vibrato 6, 2, 6
|
||||
duty 2
|
||||
togglecall
|
||||
notetype 6, 11, 1
|
||||
octave 3
|
||||
note G#, 2
|
||||
note G#, 2
|
||||
notetype 6, 11, 3
|
||||
note G#, 2
|
||||
note B_, 2
|
||||
octave 4
|
||||
note E_, 8
|
||||
endchannel
|
||||
|
||||
|
||||
SFX_08_unused2_Ch2: ; 22347 (8:6347)
|
||||
executemusic
|
||||
vibrato 8, 2, 7
|
||||
duty 2
|
||||
notetype 6, 12, 1
|
||||
octave 4
|
||||
note E_, 2
|
||||
note E_, 1
|
||||
note E_, 1
|
||||
notetype 6, 12, 3
|
||||
note E_, 2
|
||||
note G#, 2
|
||||
note B_, 8
|
||||
endchannel
|
||||
|
||||
|
||||
SFX_08_unused2_Ch3: ; 22359 (8:6359)
|
||||
executemusic
|
||||
notetype 6, 1, 0
|
||||
octave 4
|
||||
note B_, 1
|
||||
rest 1
|
||||
notetype 3, 1, 0
|
||||
note B_, 1
|
||||
rest 1
|
||||
note B_, 1
|
||||
rest 1
|
||||
notetype 6, 1, 0
|
||||
note B_, 1
|
||||
rest 1
|
||||
octave 5
|
||||
note E_, 1
|
||||
rest 1
|
||||
octave 4
|
||||
note B_, 4
|
||||
rest 4
|
||||
endchannel
|
||||
; 0x22370
|
Loading…
Reference in a new issue