mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_expmax.mid
This commit is contained in:
parent
fd74c65631
commit
e66fb45f24
@ -655,7 +655,7 @@ SECTIONS {
|
||||
sound/songs/se_t_kami2.o(.rodata);
|
||||
sound/songs/midi/se_elebeta.o(.rodata);
|
||||
sound/songs/se_hinsi.o(.rodata);
|
||||
sound/songs/se_expmax.o(.rodata);
|
||||
sound/songs/midi/se_expmax.o(.rodata);
|
||||
sound/songs/se_tamakoro.o(.rodata);
|
||||
sound/songs/se_tamakoro_e.o(.rodata);
|
||||
sound/songs/midi/se_basabasa.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -864,5 +864,8 @@ $(MID_SUBDIR)/se_esuka.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_exp.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V080 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_expmax.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V094 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
Binary file not shown.
BIN
sound/songs/midi/se_expmax.mid
Normal file
BIN
sound/songs/midi/se_expmax.mid
Normal file
Binary file not shown.
@ -1,76 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_expmax_grp, voicegroup128
|
||||
.equ se_expmax_pri, 5
|
||||
.equ se_expmax_rev, reverb_set+50
|
||||
.equ se_expmax_mvl, 127
|
||||
.equ se_expmax_key, 0
|
||||
.equ se_expmax_tbs, 1
|
||||
.equ se_expmax_exg, 0
|
||||
.equ se_expmax_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_expmax
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_expmax_1:
|
||||
.byte KEYSH , se_expmax_key+0
|
||||
.byte TEMPO , 150*se_expmax_tbs/2
|
||||
.byte VOICE , 46
|
||||
.byte VOL , 94*se_expmax_mvl/mxv
|
||||
.byte BENDR , 2
|
||||
.byte LFOS , 40
|
||||
.byte PAN , c_v+0
|
||||
.byte BEND , c_v+15
|
||||
.byte N06 , An5 , v112
|
||||
.byte W01
|
||||
.byte N15 , En6 , v104
|
||||
.byte W02
|
||||
.byte W01
|
||||
.byte MOD , 5
|
||||
.byte W02
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W01
|
||||
.byte 0
|
||||
.byte W02
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
se_expmax_2:
|
||||
.byte KEYSH , se_expmax_key+0
|
||||
.byte VOICE , 53
|
||||
.byte BENDR , 2
|
||||
.byte VOL , 43*se_expmax_mvl/mxv
|
||||
.byte PAN , c_v+0
|
||||
.byte BEND , c_v+15
|
||||
.byte N06 , An4 , v108
|
||||
.byte W01
|
||||
.byte N12 , Cs6 , v104
|
||||
.byte W02
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_expmax:
|
||||
.byte 2 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_expmax_pri @ Priority
|
||||
.byte se_expmax_rev @ Reverb.
|
||||
|
||||
.word se_expmax_grp
|
||||
|
||||
.word se_expmax_1
|
||||
.word se_expmax_2
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user