mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_jido_doa.mid
This commit is contained in:
parent
27f2b3b00a
commit
2f21d2e9ab
@ -582,7 +582,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_bowa2.o(.rodata);
|
||||
sound/songs/se_poke_dead.o(.rodata);
|
||||
sound/songs/se_nigeru.o(.rodata);
|
||||
sound/songs/se_jido_doa.o(.rodata);
|
||||
sound/songs/midi/se_jido_doa.o(.rodata);
|
||||
sound/songs/se_naminori.o(.rodata);
|
||||
sound/songs/midi/se_ban.o(.rodata);
|
||||
sound/songs/se_pin.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -906,5 +906,8 @@ $(MID_SUBDIR)/se_hinsi.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_i.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_jido_doa.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_jido_doa.mid
Normal file
BIN
sound/songs/midi/se_jido_doa.mid
Normal file
Binary file not shown.
@ -1,41 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_jido_doa_grp, voicegroup128
|
||||
.equ se_jido_doa_pri, 4
|
||||
.equ se_jido_doa_rev, reverb_set+50
|
||||
.equ se_jido_doa_mvl, 127
|
||||
.equ se_jido_doa_key, 0
|
||||
.equ se_jido_doa_tbs, 1
|
||||
.equ se_jido_doa_exg, 0
|
||||
.equ se_jido_doa_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_jido_doa
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_jido_doa_1:
|
||||
.byte KEYSH , se_jido_doa_key+0
|
||||
.byte TEMPO , 120*se_jido_doa_tbs/2
|
||||
.byte VOICE , 1
|
||||
.byte VOL , 95*se_jido_doa_mvl/mxv
|
||||
.byte N12 , Cn2 , v127
|
||||
.byte W12
|
||||
.byte VOL , 0*se_jido_doa_mvl/mxv
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_jido_doa:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_jido_doa_pri @ Priority
|
||||
.byte se_jido_doa_rev @ Reverb.
|
||||
|
||||
.word se_jido_doa_grp
|
||||
|
||||
.word se_jido_doa_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user