mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_b_tower.mid
This commit is contained in:
parent
965e05dc87
commit
2bb647245a
@ -867,7 +867,7 @@ SECTIONS {
|
||||
sound/songs/mus_dan02.o(.rodata);
|
||||
sound/songs/mus_machi_s3.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_dan03.o(.rodata);
|
||||
sound/songs/mus_me_kinomi.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -33,6 +33,9 @@ $(MID_SUBDIR)/mus_b_factory.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_b_palace.s: %.s: %.mid
|
||||
$(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) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -388,7 +388,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_dan02, 0, 0 @ Abandoned Ship/Southern Island
|
||||
song mus_machi_s3, 0, 0 @ Fortree City/Pacifidlog Town
|
||||
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_dan03, 0, 0 @ Meteor Falls/Cave of Origin
|
||||
song mus_me_kinomi, 2, 2 @ Obtained a Berry!
|
||||
|
BIN
sound/songs/midi/mus_b_tower.mid
Normal file
BIN
sound/songs/midi/mus_b_tower.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