Match se_hashi.mid

This commit is contained in:
Kermalis 2018-10-10 16:05:36 -04:00
parent 9817919c23
commit 88a4693cde
5 changed files with 5 additions and 48 deletions

View File

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

View File

@ -891,5 +891,8 @@ $(MID_SUBDIR)/se_hantei1.s: %.s: %.mid
$(MID_SUBDIR)/se_hantei2.s: %.s: %.mid $(MID_SUBDIR)/se_hantei2.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5 $(MID) $< $@ -E -R$(STD_REVERB) -G129 -P5
$(MID_SUBDIR)/se_hashi.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -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

View File

@ -72,7 +72,7 @@ gSongTable:: @ 86B49F0
song se_toy_b, 2, 2 @ Note B song se_toy_b, 2, 2 @ Note B
song se_toy_c1, 2, 2 @ Note High C song se_toy_c1, 2, 2 @ Note High C
song se_mizu, 2, 2 @ Puddle song se_mizu, 2, 2 @ Puddle
song se_hashi, 2, 2 @ Boardwalk song se_hashi, 2, 2 @ Fortree Walkways
song se_daugi, 1, 1 @ Slots - Credits song se_daugi, 1, 1 @ Slots - Credits
song se_pinpon, 1, 1 @ Ding-dong! song se_pinpon, 1, 1 @ Ding-dong!
song se_fuusen1, 2, 2 @ Red Balloon song se_fuusen1, 2, 2 @ Red Balloon

Binary file not shown.

View File

@ -1,46 +0,0 @@
.include "MPlayDef.s"
.equ se_hashi_grp, voicegroup128
.equ se_hashi_pri, 4
.equ se_hashi_rev, reverb_set+50
.equ se_hashi_mvl, 127
.equ se_hashi_key, 0
.equ se_hashi_tbs, 1
.equ se_hashi_exg, 0
.equ se_hashi_cmp, 1
.section .rodata
.global se_hashi
.align 2
@********************** Track 1 **********************@
se_hashi_1:
.byte KEYSH , se_hashi_key+0
.byte TEMPO , 150*se_hashi_tbs/2
.byte VOICE , 26
.byte BENDR , 12
.byte PAN , c_v+0
.byte VOL , 95*se_hashi_mvl/mxv
.byte BEND , c_v+0
.byte N01 , Cn3 , v127
.byte W03
.byte W03
.byte Gn3
.byte W03
.byte FINE
@******************************************************@
.align 2
se_hashi:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_hashi_pri @ Priority
.byte se_hashi_rev @ Reverb.
.word se_hashi_grp
.word se_hashi_1
.end