mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_gim.mid & mus_rg_t_tower.mid
This commit is contained in:
parent
b1aa0c5b78
commit
a69b672ab0
@ -1039,7 +1039,7 @@ SECTIONS {
|
||||
sound/songs/mus_rg_vs_den.o(.rodata);
|
||||
sound/songs/midi/mus_rg_exeye.o(.rodata);
|
||||
sound/songs/midi/mus_rg_deoeye.o(.rodata);
|
||||
sound/songs/mus_rg_t_tower.o(.rodata);
|
||||
sound/songs/midi/mus_rg_t_tower.o(.rodata);
|
||||
sound/songs/midi/mus_rg_slowmasara.o(.rodata);
|
||||
sound/songs/mus_rg_tvnoize.o(.rodata);
|
||||
sound/songs/ph_trap_blend.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -510,6 +510,9 @@ $(MID_SUBDIR)/mus_rg_sousa.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_rg_t_mori.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G146 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_rg_t_tower.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G134 -V090
|
||||
|
||||
$(MID_SUBDIR)/mus_ropeway.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G071 -V078
|
||||
|
||||
|
@ -560,7 +560,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_rg_vs_den, 0, 0 @ Battle! Legendary Birds
|
||||
song mus_rg_exeye, 0, 0 @ Tense Battle! (FRLG)
|
||||
song mus_rg_deoeye, 0, 0 @ Deoxys Appears
|
||||
song mus_rg_t_tower, 0, 0 @ Trainer Tower (Gym)
|
||||
song mus_rg_t_tower, 0, 0 @ Trainer Tower (FRLG)
|
||||
song mus_rg_slowmasara, 0, 0 @ Epilogue (FRLG)
|
||||
song mus_rg_tvnoize, 0, 0 @ Teachy TV
|
||||
song ph_trap_blend, 2, 2
|
||||
|
Binary file not shown.
BIN
sound/songs/midi/mus_rg_t_tower.mid
Normal file
BIN
sound/songs/midi/mus_rg_t_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