mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match mus_dummy.mid
This commit is contained in:
parent
412fb0b459
commit
2606eafb59
@ -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);
|
||||
|
3
songs.mk
3
songs.mk
@ -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)
|
||||
|
||||
|
BIN
sound/songs/midi/mus_dummy.mid
Normal file
BIN
sound/songs/midi/mus_dummy.mid
Normal file
Binary file not shown.
@ -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
|
Loading…
Reference in New Issue
Block a user