mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_kakkoii.mid
This commit is contained in:
parent
29bc694de5
commit
f9c89f3f6a
@ -900,7 +900,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_demo1.o(.rodata);
|
||||
sound/songs/midi/mus_girl_sup.o(.rodata);
|
||||
sound/songs/midi/mus_hageshii.o(.rodata);
|
||||
sound/songs/mus_kakkoii.o(.rodata);
|
||||
sound/songs/midi/mus_kakkoii.o(.rodata);
|
||||
sound/songs/mus_kazanbai.o(.rodata);
|
||||
sound/songs/midi/mus_aqa_0.o(.rodata);
|
||||
sound/songs/mus_tsuretek.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -219,6 +219,9 @@ $(MID_SUBDIR)/mus_kachi5.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_kachi22.s: %.s: %.mid
|
||||
$(MID) $< $@ -G025 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_kakkoii.s: %.s: %.mid
|
||||
$(MID) $< $@ -G063 -R$(STD_REVERB)
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -421,7 +421,7 @@ gSongTable:: @ 86B49F0
|
||||
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_hageshii, 0, 0 @ Trainers' Eyes Meet (Psychic)
|
||||
song mus_kakkoii, 0, 0 @ Encounter! Electric Trainer
|
||||
song mus_kakkoii, 0, 0 @ Trainers' Eyes Meet (Cooltrainer)
|
||||
song mus_kazanbai, 0, 0 @ Route 113
|
||||
song mus_aqa_0, 0, 0 @ Team Aqua Appears!
|
||||
song mus_tsuretek, 0, 0 @ Follow Me!
|
||||
|
BIN
sound/songs/midi/mus_kakkoii.mid
Normal file
BIN
sound/songs/midi/mus_kakkoii.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