mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_hantei2.mid
This commit is contained in:
parent
13c617cee0
commit
9817919c23
@ -830,7 +830,7 @@ SECTIONS {
|
||||
sound/songs/se_toreeye.o(.rodata);
|
||||
sound/songs/se_toreoff.o(.rodata);
|
||||
sound/songs/midi/se_hantei1.o(.rodata);
|
||||
sound/songs/se_hantei2.o(.rodata);
|
||||
sound/songs/midi/se_hantei2.o(.rodata);
|
||||
sound/songs/midi/se_curtain.o(.rodata);
|
||||
sound/songs/midi/se_curtain1.o(.rodata);
|
||||
sound/songs/se_ussoki.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -888,5 +888,8 @@ $(MID_SUBDIR)/se_fuusen3.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_hantei1.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_hantei2.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_hantei2.mid
Normal file
BIN
sound/songs/midi/se_hantei2.mid
Normal file
Binary file not shown.
@ -1,70 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_hantei2_grp, voicegroup129
|
||||
.equ se_hantei2_pri, 5
|
||||
.equ se_hantei2_rev, reverb_set+50
|
||||
.equ se_hantei2_mvl, 127
|
||||
.equ se_hantei2_key, 0
|
||||
.equ se_hantei2_tbs, 1
|
||||
.equ se_hantei2_exg, 0
|
||||
.equ se_hantei2_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_hantei2
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_hantei2_1:
|
||||
.byte KEYSH , se_hantei2_key+0
|
||||
.byte TEMPO , 92*se_hantei2_tbs/2
|
||||
.byte VOICE , 116
|
||||
.byte VOL , 127*se_hantei2_mvl/mxv
|
||||
.byte PAN , c_v-62
|
||||
.byte N04 , Fn3 , v127
|
||||
.byte W04
|
||||
.byte VOICE , 10
|
||||
.byte N04 , Cn3
|
||||
.byte W05
|
||||
.byte VOICE , 116
|
||||
.byte N32 , Fn3
|
||||
.byte W03
|
||||
.byte W12
|
||||
.byte W12
|
||||
.byte W12
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
se_hantei2_2:
|
||||
.byte KEYSH , se_hantei2_key+0
|
||||
.byte VOICE , 117
|
||||
.byte VOL , 127*se_hantei2_mvl/mxv
|
||||
.byte PAN , c_v+63
|
||||
.byte BEND , c_v+1
|
||||
.byte N04 , Gn3 , v100
|
||||
.byte W04
|
||||
.byte Dn3
|
||||
.byte W05
|
||||
.byte N32 , Gn3
|
||||
.byte W03
|
||||
.byte W12
|
||||
.byte W12
|
||||
.byte W12
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_hantei2:
|
||||
.byte 2 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_hantei2_pri @ Priority
|
||||
.byte se_hantei2_rev @ Reverb.
|
||||
|
||||
.word se_hantei2_grp
|
||||
|
||||
.word se_hantei2_1
|
||||
.word se_hantei2_2
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user