mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_kachi1.mid
This commit is contained in:
parent
c9cef8f631
commit
fbc74f20c3
@ -895,7 +895,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/mus_ashroad.o(.rodata);
|
sound/songs/midi/mus_ashroad.o(.rodata);
|
||||||
sound/songs/midi/mus_event0.o(.rodata);
|
sound/songs/midi/mus_event0.o(.rodata);
|
||||||
sound/songs/midi/mus_deepdeep.o(.rodata);
|
sound/songs/midi/mus_deepdeep.o(.rodata);
|
||||||
sound/songs/mus_kachi1.o(.rodata);
|
sound/songs/midi/mus_kachi1.o(.rodata);
|
||||||
sound/songs/mus_title3.o(.rodata);
|
sound/songs/mus_title3.o(.rodata);
|
||||||
sound/songs/midi/mus_demo1.o(.rodata);
|
sound/songs/midi/mus_demo1.o(.rodata);
|
||||||
sound/songs/midi/mus_girl_sup.o(.rodata);
|
sound/songs/midi/mus_girl_sup.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -201,6 +201,9 @@ $(MID_SUBDIR)/mus_hutago.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/mus_inter_v.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_inter_v.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G099 -R$(STD_REVERB)
|
$(MID) $< $@ -G099 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/mus_kachi1.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -G058 -R$(STD_REVERB)
|
||||||
|
|
||||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||||
|
|
||||||
|
@ -416,7 +416,7 @@ gSongTable:: @ 86B49F0
|
|||||||
song mus_ashroad, 0, 0 @ Route 111
|
song mus_ashroad, 0, 0 @ Route 111
|
||||||
song mus_event0, 0, 0 @ H-Help Me!
|
song mus_event0, 0, 0 @ H-Help Me!
|
||||||
song mus_deepdeep, 0, 0 @ Dive
|
song mus_deepdeep, 0, 0 @ Dive
|
||||||
song mus_kachi1, 0, 0 @ Victory! Trainer
|
song mus_kachi1, 0, 0 @ Victory! (Trainer Battle)
|
||||||
song mus_title3, 0, 0 @ Title Screen
|
song mus_title3, 0, 0 @ Title Screen
|
||||||
song mus_demo1, 0, 0 @ Opening Movie: Setting out on a Journey in the Hoenn Region
|
song mus_demo1, 0, 0 @ Opening Movie: Setting out on a Journey in the Hoenn Region
|
||||||
song mus_girl_sup, 0, 0 @ May
|
song mus_girl_sup, 0, 0 @ May
|
||||||
|
BIN
sound/songs/midi/mus_kachi1.mid
Normal file
BIN
sound/songs/midi/mus_kachi1.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