Match mus_dummy.mid

This commit is contained in:
Kermalis 2018-09-25 23:12:58 -04:00
parent 412fb0b459
commit 2606eafb59
4 changed files with 4 additions and 29 deletions

View File

@ -563,7 +563,7 @@ SECTIONS {
song_data :
ALIGN(4)
{
sound/songs/mus_dummy.o(.rodata);
sound/songs/midi/mus_dummy.o(.rodata);
sound/songs/se_kaifuku.o(.rodata);
sound/songs/se_pc_login.o(.rodata);
sound/songs/se_pc_off.o(.rodata);

View File

@ -135,6 +135,9 @@ $(MID_SUBDIR)/mus_dooro_x4.s: %.s: %.mid
$(MID_SUBDIR)/mus_dooro1.s: %.s: %.mid
$(MID) $< $@ -G011 -R$(STD_REVERB)
$(MID_SUBDIR)/mus_dummy.s: %.s: %.mid
$(MID) $< $@ -R40
$(MID_SUBDIR)/mus_naminori.s: %.s: %.mid
$(MID) $< $@ -G017 -R$(STD_REVERB)

Binary file not shown.

View File

@ -1,28 +0,0 @@
.include "MPlayDef.s"
.equ mus_dummy_grp, voicegroup000
.equ mus_dummy_pri, 0
.equ mus_dummy_rev, reverb_set+40
.equ mus_dummy_mvl, 127
.equ mus_dummy_key, 0
.equ mus_dummy_tbs, 1
.equ mus_dummy_exg, 0
.equ mus_dummy_cmp, 1
.section .rodata
.global mus_dummy
.align 2
@******************************************************@
.align 2
mus_dummy:
.byte 0 @ NumTrks
.byte 0 @ NumBlks
.byte mus_dummy_pri @ Priority
.byte mus_dummy_rev @ Reverb.
.word mus_dummy_grp
.end