mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix channel 3 wave 9 id (#926)
This commit is contained in:
parent
6e3f2a47bd
commit
c3bf7fd0bd
@ -115,7 +115,7 @@ Music_IndigoPlateau_Ch2:
|
|||||||
sound_ret
|
sound_ret
|
||||||
|
|
||||||
Music_IndigoPlateau_Ch3:
|
Music_IndigoPlateau_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
.mainloop:
|
.mainloop:
|
||||||
sound_call .sub1
|
sound_call .sub1
|
||||||
octave 3
|
octave 3
|
||||||
|
@ -614,7 +614,7 @@ Music_JohtoGymBattle_Ch2:
|
|||||||
sound_loop 0, .mainloop
|
sound_loop 0, .mainloop
|
||||||
|
|
||||||
Music_JohtoGymBattle_Ch3:
|
Music_JohtoGymBattle_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
octave 4
|
octave 4
|
||||||
note F_, 1
|
note F_, 1
|
||||||
rest 1
|
rest 1
|
||||||
|
@ -900,7 +900,7 @@ Music_JohtoTrainerBattle_Ch2:
|
|||||||
sound_ret
|
sound_ret
|
||||||
|
|
||||||
Music_JohtoTrainerBattle_Ch3:
|
Music_JohtoTrainerBattle_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
octave 4
|
octave 4
|
||||||
note E_, 1
|
note E_, 1
|
||||||
note D#, 1
|
note D#, 1
|
||||||
|
@ -436,7 +436,7 @@ Music_KantoGymBattle_Ch2:
|
|||||||
sound_ret
|
sound_ret
|
||||||
|
|
||||||
Music_KantoGymBattle_Ch3:
|
Music_KantoGymBattle_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
octave 2
|
octave 2
|
||||||
note E_, 1
|
note E_, 1
|
||||||
rest 1
|
rest 1
|
||||||
|
@ -212,7 +212,7 @@ Music_Lighthouse_Ch2:
|
|||||||
sound_loop 0, .mainloop
|
sound_loop 0, .mainloop
|
||||||
|
|
||||||
Music_Lighthouse_Ch3:
|
Music_Lighthouse_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
stereo_panning TRUE, FALSE
|
stereo_panning TRUE, FALSE
|
||||||
.mainloop:
|
.mainloop:
|
||||||
octave 2
|
octave 2
|
||||||
|
@ -536,7 +536,7 @@ Music_RivalBattle_Ch2:
|
|||||||
sound_ret
|
sound_ret
|
||||||
|
|
||||||
Music_RivalBattle_Ch3:
|
Music_RivalBattle_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
octave 3
|
octave 3
|
||||||
note F#, 2
|
note F#, 2
|
||||||
note A#, 2
|
note A#, 2
|
||||||
|
@ -669,7 +669,7 @@ Music_RocketBattle_Ch2:
|
|||||||
sound_ret
|
sound_ret
|
||||||
|
|
||||||
Music_RocketBattle_Ch3:
|
Music_RocketBattle_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
octave 3
|
octave 3
|
||||||
note A_, 2
|
note A_, 2
|
||||||
octave 4
|
octave 4
|
||||||
|
@ -223,7 +223,7 @@ Music_RocketHideout_Ch2:
|
|||||||
sound_loop 0, .mainloop
|
sound_loop 0, .mainloop
|
||||||
|
|
||||||
Music_RocketHideout_Ch3:
|
Music_RocketHideout_Ch3:
|
||||||
note_type 12, 1, -1
|
note_type 12, 1, 9
|
||||||
.mainloop:
|
.mainloop:
|
||||||
.loop1:
|
.loop1:
|
||||||
octave 2
|
octave 2
|
||||||
|
Loading…
Reference in New Issue
Block a user