mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_test1.mid
This commit is contained in:
parent
20bf0966dd
commit
2689a0ffe6
@ -876,7 +876,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_me_b_small.o(.rodata);
|
sound/songs/midi/mus_me_b_small.o(.rodata);
|
||||||
sound/songs/midi/mus_me_zannen.o(.rodata);
|
sound/songs/midi/mus_me_zannen.o(.rodata);
|
||||||
sound/songs/midi/mus_bd_time.o(.rodata);
|
sound/songs/midi/mus_bd_time.o(.rodata);
|
||||||
sound/songs/mus_test1.o(.rodata);
|
sound/songs/midi/mus_test1.o(.rodata);
|
||||||
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);
|
||||||
|
3
songs.mk
3
songs.mk
@ -360,6 +360,9 @@ $(MID_SUBDIR)/mus_t_battle.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_test.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_test.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G043 -R$(STD_REVERB) -V094
|
$(MID) $< $@ -G043 -R$(STD_REVERB) -V094
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_test1.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G039 -R$(STD_REVERB) -V079
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -397,7 +397,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_me_b_small, 2, 2 @ Win
|
song mus_me_b_small, 2, 2 @ Win
|
||||||
song mus_me_zannen, 2, 2 @ Lose
|
song mus_me_zannen, 2, 2 @ Lose
|
||||||
song mus_bd_time, 0, 0 @ Reel Time
|
song mus_bd_time, 0, 0 @ Reel Time
|
||||||
song mus_test1, 0, 0 @ Contest Test 1
|
song mus_test1, 0, 0 @ Pokémon Contest! (Multiplayer - Player 1)
|
||||||
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
|
||||||
|
BIN
sound/songs/midi/mus_test1.mid
Normal file
BIN
sound/songs/midi/mus_test1.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