mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Match mus_sattower.mid
This commit is contained in:
parent
fc36f7a3e5
commit
927fa4b384
@ -948,7 +948,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_pyramid_top.o(.rodata);
|
sound/songs/midi/mus_pyramid_top.o(.rodata);
|
||||||
sound/songs/midi/mus_b_palace.o(.rodata);
|
sound/songs/midi/mus_b_palace.o(.rodata);
|
||||||
sound/songs/midi/mus_rekkuu_kourin.o(.rodata);
|
sound/songs/midi/mus_rekkuu_kourin.o(.rodata);
|
||||||
sound/songs/mus_sattower.o(.rodata);
|
sound/songs/midi/mus_sattower.o(.rodata);
|
||||||
sound/songs/midi/mus_me_symbolget.o(.rodata);
|
sound/songs/midi/mus_me_symbolget.o(.rodata);
|
||||||
sound/songs/midi/mus_b_dome.o(.rodata);
|
sound/songs/midi/mus_b_dome.o(.rodata);
|
||||||
sound/songs/midi/mus_b_tube.o(.rodata);
|
sound/songs/midi/mus_b_tube.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -336,6 +336,9 @@ $(MID_SUBDIR)/mus_runecity.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_safari.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_safari.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G074 -R$(STD_REVERB) -V082
|
$(MID) $< $@ -G074 -R$(STD_REVERB) -V082
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_sattower.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G110 -R$(STD_REVERB) -V100
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_dan02, 0, 0 @ Abandoned Ship
|
song mus_dan02, 0, 0 @ Abandoned Ship
|
||||||
song mus_machi_s3, 0, 0 @ Fortree City
|
song mus_machi_s3, 0, 0 @ Fortree City
|
||||||
song mus_odamaki, 0, 0 @ Birch Pokémon Lab
|
song mus_odamaki, 0, 0 @ Birch Pokémon Lab
|
||||||
song mus_b_tower, 0, 0 @ Battle Tower
|
song mus_b_tower, 0, 0 @ Battle Tower (RS)
|
||||||
song mus_swimeye, 0, 0 @ Encounter! Swimmer
|
song mus_swimeye, 0, 0 @ Encounter! Swimmer
|
||||||
song mus_dan03, 0, 0 @ Cave of Origin
|
song mus_dan03, 0, 0 @ Cave of Origin
|
||||||
song mus_me_kinomi, 2, 2 @ Obtained a Berry!
|
song mus_me_kinomi, 2, 2 @ Obtained a Berry!
|
||||||
@ -469,7 +469,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_pyramid_top, 0, 0 @ Battle Pyramid Summit
|
song mus_pyramid_top, 0, 0 @ Battle Pyramid Summit
|
||||||
song mus_b_palace, 0, 0 @ Battle Palace
|
song mus_b_palace, 0, 0 @ Battle Palace
|
||||||
song mus_rekkuu_kourin, 0, 0 @ Rayquaza Enters!
|
song mus_rekkuu_kourin, 0, 0 @ Rayquaza Enters!
|
||||||
song mus_sattower, 0, 0 @ Battle Tower (Emerald)
|
song mus_sattower, 0, 0 @ Battle Tower
|
||||||
song mus_me_symbolget, 2, 2 @ Obtained a Frontier Symbol!
|
song mus_me_symbolget, 2, 2 @ Obtained a Frontier Symbol!
|
||||||
song mus_b_dome, 0, 0 @ Battle Dome
|
song mus_b_dome, 0, 0 @ Battle Dome
|
||||||
song mus_b_tube, 0, 0 @ Battle Pike
|
song mus_b_tube, 0, 0 @ Battle Pike
|
||||||
|
BIN
sound/songs/midi/mus_sattower.mid
Normal file
BIN
sound/songs/midi/mus_sattower.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