Match se_hantei1.mid

This commit is contained in:
Kermalis 2018-10-10 16:02:20 -04:00
parent ad717c719f
commit 13c617cee0
5 changed files with 6 additions and 61 deletions

View File

@ -829,7 +829,7 @@ SECTIONS {
sound/songs/se_rg_nawamiss.o(.rodata);
sound/songs/se_toreeye.o(.rodata);
sound/songs/se_toreoff.o(.rodata);
sound/songs/se_hantei1.o(.rodata);
sound/songs/midi/se_hantei1.o(.rodata);
sound/songs/se_hantei2.o(.rodata);
sound/songs/midi/se_curtain.o(.rodata);
sound/songs/midi/se_curtain1.o(.rodata);

View File

@ -885,5 +885,8 @@ $(MID_SUBDIR)/se_fuusen2.s: %.s: %.mid
$(MID_SUBDIR)/se_fuusen3.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V105 -P4
$(MID_SUBDIR)/se_hantei1.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

View File

@ -266,8 +266,8 @@ gSongTable:: @ 86B49F0
song se_rg_nawamiss, 1, 1
song se_toreeye, 1, 1 @ Trainer's Eye Call
song se_toreoff, 1, 1 @ Trainer's Eye Hang Up
song se_hantei1, 1, 1 @ Battle Arena Time's Up 1
song se_hantei2, 1, 1 @ Battle Arena Time's Up 2
song se_hantei1, 1, 1 @ Battle Arena - Judgment 1
song se_hantei2, 1, 1 @ Battle Arena - Judgment 2
song se_curtain, 1, 1 @ Battle Pike - Curtain Opens
song se_curtain1, 1, 1 @ Battle Pike - Curtain Closes
song se_ussoki, 1, 1 @ Sudowoodo

Binary file not shown.

View File

@ -1,58 +0,0 @@
.include "MPlayDef.s"
.equ se_hantei1_grp, voicegroup129
.equ se_hantei1_pri, 5
.equ se_hantei1_rev, reverb_set+50
.equ se_hantei1_mvl, 127
.equ se_hantei1_key, 0
.equ se_hantei1_tbs, 1
.equ se_hantei1_exg, 0
.equ se_hantei1_cmp, 1
.section .rodata
.global se_hantei1
.align 2
@********************** Track 1 **********************@
se_hantei1_1:
.byte KEYSH , se_hantei1_key+0
.byte TEMPO , 92*se_hantei1_tbs/2
.byte VOICE , 116
.byte VOL , 127*se_hantei1_mvl/mxv
.byte PAN , c_v-62
.byte N32 , Fn3 , v127
.byte W12
.byte W12
.byte W12
.byte FINE
@********************** Track 2 **********************@
se_hantei1_2:
.byte KEYSH , se_hantei1_key+0
.byte VOICE , 117
.byte VOL , 127*se_hantei1_mvl/mxv
.byte PAN , c_v+63
.byte BEND , c_v+1
.byte N32 , An3 , v100
.byte W12
.byte W12
.byte W12
.byte FINE
@******************************************************@
.align 2
se_hantei1:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_hantei1_pri @ Priority
.byte se_hantei1_rev @ Reverb.
.word se_hantei1_grp
.word se_hantei1_1
.word se_hantei1_2
.end