mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_dan03.mid
This commit is contained in:
parent
214846e790
commit
13cc134a5c
@ -869,7 +869,7 @@ SECTIONS {
|
||||
sound/songs/mus_odamaki.o(.rodata);
|
||||
sound/songs/midi/mus_b_tower.o(.rodata);
|
||||
sound/songs/mus_swimeye.o(.rodata);
|
||||
sound/songs/mus_dan03.o(.rodata);
|
||||
sound/songs/midi/mus_dan03.o(.rodata);
|
||||
sound/songs/mus_me_kinomi.o(.rodata);
|
||||
sound/songs/mus_me_tama.o(.rodata);
|
||||
sound/songs/mus_me_b_big.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -108,6 +108,9 @@ $(MID_SUBDIR)/mus_dan01.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_dan02.s: %.s: %.mid
|
||||
$(MID) $< $@ -G030 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_dan03.s: %.s: %.mid
|
||||
$(MID) $< $@ -G037 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -390,7 +390,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_odamaki, 0, 0 @ Professor Birch's Lab
|
||||
song mus_b_tower, 0, 0 @ Battle Tower
|
||||
song mus_swimeye, 0, 0 @ Encounter! Swimmer
|
||||
song mus_dan03, 0, 0 @ Meteor Falls/Cave of Origin
|
||||
song mus_dan03, 0, 0 @ Cave of Origin
|
||||
song mus_me_kinomi, 2, 2 @ Obtained a Berry!
|
||||
song mus_me_tama, 2, 2 @ Awakening the Super-Ancient Pokémon
|
||||
song mus_me_b_big, 2, 2 @ Slots Jackpot!
|
||||
|
BIN
sound/songs/midi/mus_dan03.mid
Normal file
BIN
sound/songs/midi/mus_dan03.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