mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-08 16:45:28 +13:00
Replace "branch" labels in music files with local names
This commit is contained in:
parent
a66adbcc5c
commit
d8c6817279
47 changed files with 825 additions and 1060 deletions
|
|
@ -2,8 +2,7 @@ Music_UnusedSong_Ch1::
|
|||
tempo 144
|
||||
volume 7, 7
|
||||
vibrato 5, 1, 6
|
||||
|
||||
Music_UnusedSong_branch_a91b::
|
||||
.mainloop:
|
||||
note_type 12, 1, 0
|
||||
octave 6
|
||||
note E_, 1
|
||||
|
|
@ -178,17 +177,16 @@ Music_UnusedSong_branch_a91b::
|
|||
rest 6
|
||||
note B_, 2
|
||||
rest 6
|
||||
sound_loop 0, Music_UnusedSong_branch_a91b
|
||||
sound_ret
|
||||
sound_loop 0, .mainloop
|
||||
|
||||
sound_ret ; unused
|
||||
|
||||
Music_UnusedSong_Ch2::
|
||||
tempo 144
|
||||
volume 7, 7
|
||||
toggle_perfect_pitch
|
||||
vibrato 6, 1, 5
|
||||
|
||||
Music_UnusedSong_branch_a9d8::
|
||||
.mainloop:
|
||||
note_type 12, 1, 0
|
||||
octave 6
|
||||
note E_, 1
|
||||
|
|
@ -334,5 +332,6 @@ Music_UnusedSong_branch_a9d8::
|
|||
rest 6
|
||||
note D#, 2
|
||||
rest 6
|
||||
sound_loop 0, Music_UnusedSong_branch_a9d8
|
||||
sound_ret
|
||||
sound_loop 0, .mainloop
|
||||
|
||||
sound_ret ; unused
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue