mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_nibi.mid
This commit is contained in:
parent
e8c1c3879b
commit
1814174d03
@ -840,7 +840,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_kachi3.o(.rodata);
|
||||
sound/songs/midi/mus_kachi5.o(.rodata);
|
||||
sound/songs/mus_pcc.o(.rodata);
|
||||
sound/songs/mus_nibi.o(.rodata);
|
||||
sound/songs/midi/mus_nibi.o(.rodata);
|
||||
sound/songs/mus_suikun.o(.rodata);
|
||||
sound/songs/midi/mus_dooro1.o(.rodata);
|
||||
sound/songs/midi/mus_dooro_x1.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -300,6 +300,9 @@ $(MID_SUBDIR)/mus_mishiro.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_nextroad.s: %.s: %.mid
|
||||
$(MID) $< $@ -G047 -R$(STD_REVERB) -V097
|
||||
|
||||
$(MID_SUBDIR)/mus_nibi.s: %.s: %.mid
|
||||
$(MID) $< $@ -G000 -R$(STD_REVERB) -V080
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -361,7 +361,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_kachi3, 0, 0 @ Victory! (Gym Leader)
|
||||
song mus_kachi5, 0, 0 @ Victory! (Wallace)
|
||||
song mus_pcc, 0, 0 @ Crystal - Pokémon Communication Center
|
||||
song mus_nibi, 0, 0 @ GSC - Viridian/Saffron/Pewter/etc
|
||||
song mus_nibi, 0, 0 @ Unused - Viridian City
|
||||
song mus_suikun, 0, 0 @ Crystal - Battle! Legendary Beasts
|
||||
song mus_dooro1, 0, 0 @ Route 101
|
||||
song mus_dooro_x1, 0, 0 @ Route 110
|
||||
|
BIN
sound/songs/midi/mus_nibi.mid
Normal file
BIN
sound/songs/midi/mus_nibi.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