mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_test4.mid
This commit is contained in:
parent
b598030f46
commit
392f16f653
@ -879,7 +879,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_test1.o(.rodata);
|
sound/songs/midi/mus_test1.o(.rodata);
|
||||||
sound/songs/midi/mus_test2.o(.rodata);
|
sound/songs/midi/mus_test2.o(.rodata);
|
||||||
sound/songs/midi/mus_test3.o(.rodata);
|
sound/songs/midi/mus_test3.o(.rodata);
|
||||||
sound/songs/mus_test4.o(.rodata);
|
sound/songs/midi/mus_test4.o(.rodata);
|
||||||
sound/songs/midi/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);
|
||||||
|
3
songs.mk
3
songs.mk
@ -369,6 +369,9 @@ $(MID_SUBDIR)/mus_test2.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_test3.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_test3.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G041 -R$(STD_REVERB) -V075
|
$(MID) $< $@ -G041 -R$(STD_REVERB) -V075
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_test4.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G042 -R$(STD_REVERB) -V090
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -400,7 +400,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_test1, 0, 0 @ Pokémon Contest! (Multiplayer - Player 1)
|
song mus_test1, 0, 0 @ Pokémon Contest! (Multiplayer - Player 1)
|
||||||
song mus_test2, 0, 0 @ Pokémon Contest! (Multiplayer - Player 2)
|
song mus_test2, 0, 0 @ Pokémon Contest! (Multiplayer - Player 2)
|
||||||
song mus_test3, 0, 0 @ Pokémon Contest! (Multiplayer - Player 3)
|
song mus_test3, 0, 0 @ Pokémon Contest! (Multiplayer - Player 3)
|
||||||
song mus_test4, 0, 0 @ Contest Test 4
|
song mus_test4, 0, 0 @ Pokémon Contest! (Multiplayer - Player 4)
|
||||||
song mus_test, 0, 0 @ Trainers' Eyes Meet (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
|
||||||
|
BIN
sound/songs/midi/mus_test4.mid
Normal file
BIN
sound/songs/midi/mus_test4.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