mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Label some audio commands as unused
This commit is contained in:
parent
0de7808ded
commit
aae59de91e
@ -59,7 +59,8 @@ Music_LookYoungster_Ch1:
|
|||||||
rest 1
|
rest 1
|
||||||
rest 16
|
rest 16
|
||||||
sound_loop 0, .mainloop
|
sound_loop 0, .mainloop
|
||||||
sound_ret
|
|
||||||
|
sound_ret ; unused
|
||||||
|
|
||||||
Music_LookYoungster_Ch2:
|
Music_LookYoungster_Ch2:
|
||||||
stereo_panning TRUE, FALSE
|
stereo_panning TRUE, FALSE
|
||||||
@ -156,7 +157,8 @@ Music_LookYoungster_Ch2:
|
|||||||
note C_, 1
|
note C_, 1
|
||||||
rest 1
|
rest 1
|
||||||
sound_loop 0, .mainloop
|
sound_loop 0, .mainloop
|
||||||
sound_ret
|
|
||||||
|
sound_ret ; unused
|
||||||
|
|
||||||
Music_LookYoungster_Ch3:
|
Music_LookYoungster_Ch3:
|
||||||
stereo_panning TRUE, TRUE
|
stereo_panning TRUE, TRUE
|
||||||
@ -290,4 +292,5 @@ Music_LookYoungster_Ch3:
|
|||||||
note G#, 1
|
note G#, 1
|
||||||
rest 1
|
rest 1
|
||||||
sound_loop 0, .mainloop
|
sound_loop 0, .mainloop
|
||||||
sound_ret
|
|
||||||
|
sound_ret ; unused
|
||||||
|
Loading…
Reference in New Issue
Block a user