mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Match se_jitensya.mid
This commit is contained in:
parent
2f10c5c24c
commit
395e754760
@ -575,7 +575,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/se_door.o(.rodata);
|
sound/songs/midi/se_door.o(.rodata);
|
||||||
sound/songs/se_kaidan.o(.rodata);
|
sound/songs/se_kaidan.o(.rodata);
|
||||||
sound/songs/midi/se_dansa.o(.rodata);
|
sound/songs/midi/se_dansa.o(.rodata);
|
||||||
sound/songs/se_jitensya.o(.rodata);
|
sound/songs/midi/se_jitensya.o(.rodata);
|
||||||
sound/songs/se_kouka_l.o(.rodata);
|
sound/songs/se_kouka_l.o(.rodata);
|
||||||
sound/songs/se_kouka_m.o(.rodata);
|
sound/songs/se_kouka_m.o(.rodata);
|
||||||
sound/songs/se_kouka_h.o(.rodata);
|
sound/songs/se_kouka_h.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -915,5 +915,8 @@ $(MID_SUBDIR)/se_jihanki.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_jite_pyoko.s: %.s: %.mid
|
$(MID_SUBDIR)/se_jite_pyoko.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_jitensya.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P4
|
||||||
|
|
||||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||||
|
BIN
sound/songs/midi/se_jitensya.mid
Normal file
BIN
sound/songs/midi/se_jitensya.mid
Normal file
Binary file not shown.
@ -1,40 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_jitensya_grp, voicegroup128
|
|
||||||
.equ se_jitensya_pri, 4
|
|
||||||
.equ se_jitensya_rev, reverb_set+50
|
|
||||||
.equ se_jitensya_mvl, 127
|
|
||||||
.equ se_jitensya_key, 0
|
|
||||||
.equ se_jitensya_tbs, 1
|
|
||||||
.equ se_jitensya_exg, 0
|
|
||||||
.equ se_jitensya_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_jitensya
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_jitensya_1:
|
|
||||||
.byte KEYSH , se_jitensya_key+0
|
|
||||||
.byte TEMPO , 120*se_jitensya_tbs/2
|
|
||||||
.byte VOICE , 0
|
|
||||||
.byte VOL , 90*se_jitensya_mvl/mxv
|
|
||||||
.byte N96 , Cn3 , v127
|
|
||||||
.byte W96
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_jitensya:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_jitensya_pri @ Priority
|
|
||||||
.byte se_jitensya_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_jitensya_grp
|
|
||||||
|
|
||||||
.word se_jitensya_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user