mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_dan02.mid
This commit is contained in:
parent
2e4b7511e5
commit
214846e790
@ -864,7 +864,7 @@ SECTIONS {
|
||||
sound/songs/mus_me_wasure.o(.rodata);
|
||||
sound/songs/mus_syoujoeye.o(.rodata);
|
||||
sound/songs/midi/mus_boyeye.o(.rodata);
|
||||
sound/songs/mus_dan02.o(.rodata);
|
||||
sound/songs/midi/mus_dan02.o(.rodata);
|
||||
sound/songs/mus_machi_s3.o(.rodata);
|
||||
sound/songs/mus_odamaki.o(.rodata);
|
||||
sound/songs/midi/mus_b_tower.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -105,6 +105,9 @@ $(MID_SUBDIR)/mus_cycling.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_dan01.s: %.s: %.mid
|
||||
$(MID) $< $@ -G018 -R$(STD_REVERB) -V080 -E
|
||||
|
||||
$(MID_SUBDIR)/mus_dan02.s: %.s: %.mid
|
||||
$(MID) $< $@ -G030 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -385,7 +385,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_me_wasure, 2, 2 @ Move Deleted/Messed Up Appeal
|
||||
song mus_syoujoeye, 0, 0 @ Encounter! Tuber
|
||||
song mus_boyeye, 0, 0 @ Trainers' Eyes Meet (Youngster)
|
||||
song mus_dan02, 0, 0 @ Abandoned Ship/Southern Island
|
||||
song mus_dan02, 0, 0 @ Abandoned Ship
|
||||
song mus_machi_s3, 0, 0 @ Fortree City/Pacifidlog Town
|
||||
song mus_odamaki, 0, 0 @ Professor Birch's Lab
|
||||
song mus_b_tower, 0, 0 @ Battle Tower
|
||||
|
BIN
sound/songs/midi/mus_dan02.mid
Normal file
BIN
sound/songs/midi/mus_dan02.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