mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_boy_sup.mid
This commit is contained in:
parent
4da711d64b
commit
e3b385624e
@ -904,7 +904,7 @@ SECTIONS {
|
||||
sound/songs/mus_kazanbai.o(.rodata);
|
||||
sound/songs/midi/mus_aqa_0.o(.rodata);
|
||||
sound/songs/mus_tsuretek.o(.rodata);
|
||||
sound/songs/mus_boy_sup.o(.rodata);
|
||||
sound/songs/midi/mus_boy_sup.o(.rodata);
|
||||
sound/songs/mus_rainbow.o(.rodata);
|
||||
sound/songs/midi/mus_ayasii.o(.rodata);
|
||||
sound/songs/mus_kachi4.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -75,6 +75,9 @@ $(MID_SUBDIR)/mus_bd_time.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_bijyutu.s: %.s: %.mid
|
||||
$(MID) $< $@ -G020 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_boy_sup.s: %.s: %.mid
|
||||
$(MID) $< $@ -G067 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -425,7 +425,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_kazanbai, 0, 0 @ Route 113
|
||||
song mus_aqa_0, 0, 0 @ Team Aqua Appears!
|
||||
song mus_tsuretek, 0, 0 @ Follow Me!
|
||||
song mus_boy_sup, 0, 0 @ Encounter! Brendan
|
||||
song mus_boy_sup, 0, 0 @ Brendan
|
||||
song mus_rainbow, 0, 0 @ Ever Grande City
|
||||
song mus_ayasii, 0, 0 @ Trainers' Eyes Meet (Hex Maniac)
|
||||
song mus_kachi4, 0, 0 @ Victory! Aqua/Magma Grunt
|
||||
|
BIN
sound/songs/midi/mus_boy_sup.mid
Normal file
BIN
sound/songs/midi/mus_boy_sup.mid
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user