mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Match se_elebeta.mid
This commit is contained in:
parent
c44d355f6f
commit
1d241702f2
@ -653,7 +653,7 @@ SECTIONS {
|
|||||||
sound/songs/se_t_koame_e.o(.rodata);
|
sound/songs/se_t_koame_e.o(.rodata);
|
||||||
sound/songs/se_t_kami.o(.rodata);
|
sound/songs/se_t_kami.o(.rodata);
|
||||||
sound/songs/se_t_kami2.o(.rodata);
|
sound/songs/se_t_kami2.o(.rodata);
|
||||||
sound/songs/se_elebeta.o(.rodata);
|
sound/songs/midi/se_elebeta.o(.rodata);
|
||||||
sound/songs/se_hinsi.o(.rodata);
|
sound/songs/se_hinsi.o(.rodata);
|
||||||
sound/songs/se_expmax.o(.rodata);
|
sound/songs/se_expmax.o(.rodata);
|
||||||
sound/songs/se_tamakoro.o(.rodata);
|
sound/songs/se_tamakoro.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -855,5 +855,8 @@ $(MID_SUBDIR)/se_door.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_e.s: %.s: %.mid
|
$(MID_SUBDIR)/se_e.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V120 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_elebeta.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V100 -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_elebeta.mid
Normal file
BIN
sound/songs/midi/se_elebeta.mid
Normal file
Binary file not shown.
@ -1,71 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_elebeta_grp, voicegroup128
|
|
||||||
.equ se_elebeta_pri, 4
|
|
||||||
.equ se_elebeta_rev, reverb_set+50
|
|
||||||
.equ se_elebeta_mvl, 127
|
|
||||||
.equ se_elebeta_key, 0
|
|
||||||
.equ se_elebeta_tbs, 1
|
|
||||||
.equ se_elebeta_exg, 0
|
|
||||||
.equ se_elebeta_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_elebeta
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_elebeta_1:
|
|
||||||
.byte KEYSH , se_elebeta_key+0
|
|
||||||
.byte TEMPO , 150*se_elebeta_tbs/2
|
|
||||||
.byte VOICE , 38
|
|
||||||
.byte BENDR , 2
|
|
||||||
.byte VOL , 100*se_elebeta_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte TIE , Fs4 , v080
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte EOT
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@********************** Track 2 **********************@
|
|
||||||
|
|
||||||
se_elebeta_2:
|
|
||||||
.byte KEYSH , se_elebeta_key+0
|
|
||||||
.byte VOICE , 27
|
|
||||||
.byte VOL , 100*se_elebeta_mvl/mxv
|
|
||||||
.byte TIE , Fn3 , v032
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte W24
|
|
||||||
.byte EOT
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_elebeta:
|
|
||||||
.byte 2 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_elebeta_pri @ Priority
|
|
||||||
.byte se_elebeta_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_elebeta_grp
|
|
||||||
|
|
||||||
.word se_elebeta_1
|
|
||||||
.word se_elebeta_2
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user