mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_odamaki.mid
This commit is contained in:
parent
1814174d03
commit
b9af4288a1
@ -866,7 +866,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_boyeye.o(.rodata);
|
||||
sound/songs/midi/mus_dan02.o(.rodata);
|
||||
sound/songs/midi/mus_machi_s3.o(.rodata);
|
||||
sound/songs/mus_odamaki.o(.rodata);
|
||||
sound/songs/midi/mus_odamaki.o(.rodata);
|
||||
sound/songs/midi/mus_b_tower.o(.rodata);
|
||||
sound/songs/mus_swimeye.o(.rodata);
|
||||
sound/songs/midi/mus_dan03.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -303,6 +303,9 @@ $(MID_SUBDIR)/mus_nextroad.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_nibi.s: %.s: %.mid
|
||||
$(MID) $< $@ -G000 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_odamaki.s: %.s: %.mid
|
||||
$(MID) $< $@ -G033 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -387,7 +387,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_boyeye, 0, 0 @ Trainers' Eyes Meet (Youngster)
|
||||
song mus_dan02, 0, 0 @ Abandoned Ship
|
||||
song mus_machi_s3, 0, 0 @ Fortree City
|
||||
song mus_odamaki, 0, 0 @ Professor Birch's Lab
|
||||
song mus_odamaki, 0, 0 @ Birch Pokémon Lab
|
||||
song mus_b_tower, 0, 0 @ Battle Tower
|
||||
song mus_swimeye, 0, 0 @ Encounter! Swimmer
|
||||
song mus_dan03, 0, 0 @ Cave of Origin
|
||||
|
BIN
sound/songs/midi/mus_odamaki.mid
Normal file
BIN
sound/songs/midi/mus_odamaki.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