mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_seikai.mid
This commit is contained in:
parent
53ca39a8ac
commit
5e423fb5ea
@ -646,7 +646,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_e.o(.rodata);
|
||||
sound/songs/midi/se_o.o(.rodata);
|
||||
sound/songs/midi/se_n.o(.rodata);
|
||||
sound/songs/se_seikai.o(.rodata);
|
||||
sound/songs/midi/se_seikai.o(.rodata);
|
||||
sound/songs/midi/se_hazure.o(.rodata);
|
||||
sound/songs/midi/se_exp.o(.rodata);
|
||||
sound/songs/midi/se_jite_pyoko.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1068,5 +1068,8 @@ $(MID_SUBDIR)/se_ru_hyuu.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_save.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_seikai.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_seikai.mid
Normal file
BIN
sound/songs/midi/se_seikai.mid
Normal file
Binary file not shown.
@ -1,44 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_seikai_grp, voicegroup127
|
||||
.equ se_seikai_pri, 4
|
||||
.equ se_seikai_rev, reverb_set+50
|
||||
.equ se_seikai_mvl, 127
|
||||
.equ se_seikai_key, 0
|
||||
.equ se_seikai_tbs, 1
|
||||
.equ se_seikai_exg, 0
|
||||
.equ se_seikai_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_seikai
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_seikai_1:
|
||||
.byte KEYSH , se_seikai_key+0
|
||||
.byte TEMPO , 240*se_seikai_tbs/2
|
||||
.byte VOICE , 5
|
||||
.byte BENDR , 12
|
||||
.byte VOL , 80*se_seikai_mvl/mxv
|
||||
.byte BEND , c_v+0
|
||||
.byte N06 , Gn5 , v127
|
||||
.byte W06
|
||||
.byte N18 , Ds5
|
||||
.byte W18
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_seikai:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_seikai_pri @ Priority
|
||||
.byte se_seikai_rev @ Reverb.
|
||||
|
||||
.word se_seikai_grp
|
||||
|
||||
.word se_seikai_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user