Match se_daugi.mid

This commit is contained in:
Kermalis 2018-10-10 15:17:05 -04:00
parent c0064134d1
commit 3b929049da
5 changed files with 5 additions and 82 deletions

View File

@ -636,7 +636,7 @@ SECTIONS {
sound/songs/se_toy_c1.o(.rodata);
sound/songs/se_mizu.o(.rodata);
sound/songs/se_hashi.o(.rodata);
sound/songs/se_daugi.o(.rodata);
sound/songs/midi/se_daugi.o(.rodata);
sound/songs/se_pinpon.o(.rodata);
sound/songs/se_fuusen1.o(.rodata);
sound/songs/se_fuusen2.o(.rodata);

View File

@ -840,5 +840,8 @@ $(MID_SUBDIR)/se_curtain1.s: %.s: %.mid
$(MID_SUBDIR)/se_dansa.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P4
$(MID_SUBDIR)/se_daugi.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P5
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

View File

@ -73,7 +73,7 @@ gSongTable:: @ 86B49F0
song se_toy_c1, 2, 2 @ Note High C
song se_mizu, 2, 2 @ Puddle
song se_hashi, 2, 2 @ Boardwalk
song se_daugi, 1, 1 @ Slots Credits
song se_daugi, 1, 1 @ Slots - Credits
song se_pinpon, 1, 1 @ Ding-dong!
song se_fuusen1, 2, 2 @ Red Balloon
song se_fuusen2, 2, 2 @ Blue Balloon

Binary file not shown.

View File

@ -1,80 +0,0 @@
.include "MPlayDef.s"
.equ se_daugi_grp, voicegroup127
.equ se_daugi_pri, 5
.equ se_daugi_rev, reverb_set+50
.equ se_daugi_mvl, 127
.equ se_daugi_key, 0
.equ se_daugi_tbs, 1
.equ se_daugi_exg, 0
.equ se_daugi_cmp, 1
.section .rodata
.global se_daugi
.align 2
@********************** Track 1 **********************@
se_daugi_1:
.byte KEYSH , se_daugi_key+0
.byte TEMPO , 128*se_daugi_tbs/2
.byte VOICE , 89
.byte BENDR , 12
.byte VOL , 90*se_daugi_mvl/mxv
.byte BEND , c_v-1
.byte N03 , Fs2 , v127
.byte W03
.byte N01 , Ds3
.byte W03
.byte VOICE , 6
.byte N03 , Gs3 , v100
.byte W03
.byte W01
.byte N18 , Fn5 , v072
.byte W02
.byte W03
.byte W03
.byte W03
.byte W03
.byte W03
.byte W03
.byte FINE
@********************** Track 2 **********************@
se_daugi_2:
.byte KEYSH , se_daugi_key+0
.byte VOICE , 14
.byte VOL , 90*se_daugi_mvl/mxv
.byte BEND , c_v-8
.byte N03 , Gs3 , v100
.byte W03
.byte W03
.byte Gs3 , v060
.byte W03
.byte W01
.byte N18 , Fn5
.byte W02
.byte W03
.byte W03
.byte W03
.byte W03
.byte W03
.byte W03
.byte FINE
@******************************************************@
.align 2
se_daugi:
.byte 2 @ NumTrks
.byte 0 @ NumBlks
.byte se_daugi_pri @ Priority
.byte se_daugi_rev @ Reverb.
.word se_daugi_grp
.word se_daugi_1
.word se_daugi_2
.end