Match mus_test.mid

This commit is contained in:
Kermalis 2018-09-29 00:36:36 -04:00
parent 4b3149e299
commit 20bf0966dd
5 changed files with 5 additions and 1138 deletions

View File

@ -880,7 +880,7 @@ SECTIONS {
sound/songs/mus_test2.o(.rodata); sound/songs/mus_test2.o(.rodata);
sound/songs/mus_test3.o(.rodata); sound/songs/mus_test3.o(.rodata);
sound/songs/mus_test4.o(.rodata); sound/songs/mus_test4.o(.rodata);
sound/songs/mus_test.o(.rodata); sound/songs/midi/mus_test.o(.rodata);
sound/songs/midi/mus_gomachi0.o(.rodata); sound/songs/midi/mus_gomachi0.o(.rodata);
sound/songs/midi/mus_gotown.o(.rodata); sound/songs/midi/mus_gotown.o(.rodata);
sound/songs/midi/mus_pokecen.o(.rodata); sound/songs/midi/mus_pokecen.o(.rodata);

View File

@ -357,6 +357,9 @@ $(MID_SUBDIR)/mus_syoujoeye.s: %.s: %.mid
$(MID_SUBDIR)/mus_t_battle.s: %.s: %.mid $(MID_SUBDIR)/mus_t_battle.s: %.s: %.mid
$(MID) $< $@ -G088 -R$(STD_REVERB) -V088 $(MID) $< $@ -G088 -R$(STD_REVERB) -V088
$(MID_SUBDIR)/mus_test.s: %.s: %.mid
$(MID) $< $@ -G043 -R$(STD_REVERB) -V094
$(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

@ -401,7 +401,7 @@ gSongTable:: @ 86B49F0
song mus_test2, 0, 0 @ Contest Test 2 song mus_test2, 0, 0 @ Contest Test 2
song mus_test3, 0, 0 @ Contest Test 3 song mus_test3, 0, 0 @ Contest Test 3
song mus_test4, 0, 0 @ Contest Test 4 song mus_test4, 0, 0 @ Contest Test 4
song mus_test, 0, 0 @ Encounter! Gentleman song mus_test, 0, 0 @ Trainers' Eyes Meet (Gentleman)
song mus_gomachi0, 0, 0 @ Verdanturf Town song mus_gomachi0, 0, 0 @ Verdanturf Town
song mus_gotown, 0, 0 @ Rustboro City song mus_gotown, 0, 0 @ Rustboro City
song mus_pokecen, 0, 0 @ Pokémon Center song mus_pokecen, 0, 0 @ Pokémon Center

Binary file not shown.

File diff suppressed because it is too large Load Diff