mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_dan01.mid
This commit is contained in:
parent
1b575e20d7
commit
2e4b7511e5
@ -849,7 +849,7 @@ SECTIONS {
|
|||||||
sound/songs/mus_machi_s4.o(.rodata);
|
sound/songs/mus_machi_s4.o(.rodata);
|
||||||
sound/songs/mus_gim.o(.rodata);
|
sound/songs/mus_gim.o(.rodata);
|
||||||
sound/songs/midi/mus_naminori.o(.rodata);
|
sound/songs/midi/mus_naminori.o(.rodata);
|
||||||
sound/songs/mus_dan01.o(.rodata);
|
sound/songs/midi/mus_dan01.o(.rodata);
|
||||||
sound/songs/mus_fanfa1.o(.rodata);
|
sound/songs/mus_fanfa1.o(.rodata);
|
||||||
sound/songs/mus_me_asa.o(.rodata);
|
sound/songs/mus_me_asa.o(.rodata);
|
||||||
sound/songs/mus_me_bachi.o(.rodata);
|
sound/songs/mus_me_bachi.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -102,6 +102,9 @@ $(MID_SUBDIR)/mus_contest0.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_cycling.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_cycling.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G049 -R$(STD_REVERB)
|
$(MID) $< $@ -G049 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_dan01.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G018 -R$(STD_REVERB) -V080 -E
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -370,7 +370,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_machi_s4, 0, 0 @ Oldale/Lavaridge Town
|
song mus_machi_s4, 0, 0 @ Oldale/Lavaridge Town
|
||||||
song mus_gim, 0, 0 @ Gym
|
song mus_gim, 0, 0 @ Gym
|
||||||
song mus_naminori, 0, 0 @ Surf
|
song mus_naminori, 0, 0 @ Surf
|
||||||
song mus_dan01, 0, 0 @ Caves and Darkness
|
song mus_dan01, 0, 0 @ Petalburg Woods
|
||||||
song mus_fanfa1, 2, 2 @ Level Up!
|
song mus_fanfa1, 2, 2 @ Level Up!
|
||||||
song mus_me_asa, 2, 2 @ Pokémon Healed
|
song mus_me_asa, 2, 2 @ Pokémon Healed
|
||||||
song mus_me_bachi, 2, 2 @ Obtained a Badge!
|
song mus_me_bachi, 2, 2 @ Obtained a Badge!
|
||||||
|
BIN
sound/songs/midi/mus_dan01.mid
Normal file
BIN
sound/songs/midi/mus_dan01.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