Match mus_b_tower.mid

This commit is contained in:
Kermalis 2018-09-25 02:42:54 -04:00
parent 965e05dc87
commit 2bb647245a
5 changed files with 5 additions and 2382 deletions

View File

@ -867,7 +867,7 @@ SECTIONS {
sound/songs/mus_dan02.o(.rodata); sound/songs/mus_dan02.o(.rodata);
sound/songs/mus_machi_s3.o(.rodata); sound/songs/mus_machi_s3.o(.rodata);
sound/songs/mus_odamaki.o(.rodata); sound/songs/mus_odamaki.o(.rodata);
sound/songs/mus_b_tower.o(.rodata); sound/songs/midi/mus_b_tower.o(.rodata);
sound/songs/mus_swimeye.o(.rodata); sound/songs/mus_swimeye.o(.rodata);
sound/songs/mus_dan03.o(.rodata); sound/songs/mus_dan03.o(.rodata);
sound/songs/mus_me_kinomi.o(.rodata); sound/songs/mus_me_kinomi.o(.rodata);

View File

@ -33,6 +33,9 @@ $(MID_SUBDIR)/mus_b_factory.s: %.s: %.mid
$(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid $(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid
$(MID) $< $@ -G108 -R$(STD_REVERB) $(MID) $< $@ -G108 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_b_tower.s: %.s: %.mid
$(MID) $< $@ -G035 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid $(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
$(MID) $< $@ -G017 -R$(STD_REVERB) $(MID) $< $@ -G017 -R$(STD_REVERB)

View File

@ -388,7 +388,7 @@ gSongTable:: @ 86B49F0
song mus_dan02, 0, 0 @ Abandoned Ship/Southern Island song mus_dan02, 0, 0 @ Abandoned Ship/Southern Island
song mus_machi_s3, 0, 0 @ Fortree City/Pacifidlog Town song mus_machi_s3, 0, 0 @ Fortree City/Pacifidlog Town
song mus_odamaki, 0, 0 @ Professor Birch's Lab song mus_odamaki, 0, 0 @ Professor Birch's Lab
song mus_b_tower, 0, 0 @ Battle Tower (RS) song mus_b_tower, 0, 0 @ Battle Tower
song mus_swimeye, 0, 0 @ Encounter! Swimmer song mus_swimeye, 0, 0 @ Encounter! Swimmer
song mus_dan03, 0, 0 @ Meteor Falls/Cave of Origin song mus_dan03, 0, 0 @ Meteor Falls/Cave of Origin
song mus_me_kinomi, 2, 2 @ Obtained a Berry! song mus_me_kinomi, 2, 2 @ Obtained a Berry!

Binary file not shown.

File diff suppressed because it is too large Load Diff