mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match mus_thankfor.mid
This commit is contained in:
parent
120b92bae1
commit
caadbc11cc
@ -938,7 +938,7 @@ SECTIONS {
|
||||
sound/songs/midi/mus_conlobby.o(.rodata);
|
||||
sound/songs/midi/mus_inter_v.o(.rodata);
|
||||
sound/songs/midi/mus_daigo.o(.rodata);
|
||||
sound/songs/mus_thankfor.o(.rodata);
|
||||
sound/songs/midi/mus_thankfor.o(.rodata);
|
||||
sound/songs/midi/mus_end.o(.rodata);
|
||||
sound/songs/midi/mus_b_frontier.o(.rodata);
|
||||
sound/songs/midi/mus_b_arena.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -375,6 +375,9 @@ $(MID_SUBDIR)/mus_test4.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/mus_tetsuji.s: %.s: %.mid
|
||||
$(MID) $< $@ -G034 -R$(STD_REVERB) -V099
|
||||
|
||||
$(MID_SUBDIR)/mus_thankfor.s: %.s: %.mid
|
||||
$(MID) $< $@ -G101 -R$(STD_REVERB) -V100
|
||||
|
||||
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
|
||||
$(MID) $< $@ -G017 -R$(STD_REVERB)
|
||||
|
||||
|
@ -459,7 +459,7 @@ gSongTable:: @ 86B49F0
|
||||
song mus_conlobby, 0, 0 @ Contest Lobby
|
||||
song mus_inter_v, 0, 0 @ Interviewers
|
||||
song mus_daigo, 0, 0 @ Champion Wallace
|
||||
song mus_thankfor, 0, 0 @ Credits
|
||||
song mus_thankfor, 0, 0 @ Ending Theme
|
||||
song mus_end, 0, 0 @ The End
|
||||
song mus_b_frontier, 0, 0 @ Battle Frontier
|
||||
song mus_b_arena, 0, 0 @ Battle Arena
|
||||
|
BIN
sound/songs/midi/mus_thankfor.mid
Normal file
BIN
sound/songs/midi/mus_thankfor.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