Math se_pc_off.mid

This commit is contained in:
Kermalis 2018-11-20 16:39:26 -05:00
parent b15cb16bfd
commit 84f43a8369
5 changed files with 5 additions and 50 deletions

View File

@ -618,7 +618,7 @@ SECTIONS {
sound/songs/midi/mus_dummy.o(.rodata);
sound/songs/midi/se_kaifuku.o(.rodata);
sound/songs/midi/se_pc_login.o(.rodata);
sound/songs/se_pc_off.o(.rodata);
sound/songs/midi/se_pc_off.o(.rodata);
sound/songs/se_pc_on.o(.rodata);
sound/songs/se_select.o(.rodata);
sound/songs/se_win_open.o(.rodata);

View File

@ -981,5 +981,8 @@ $(MID_SUBDIR)/se_op_basyu.s: %.s: %.mid
$(MID_SUBDIR)/se_pc_login.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
$(MID_SUBDIR)/se_pc_off.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5

View File

@ -3,7 +3,7 @@
gSongTable:: @ 86B49F0
song mus_dummy, 0, 0
song se_kaifuku, 1, 1 @ Healing Item
song se_pc_login, 1, 1 @ PC Logon
song se_pc_login, 1, 1 @ PC Login
song se_pc_off, 1, 1 @ PC Shutdown
song se_pc_on, 1, 1 @ PC Startup
song se_select, 2, 2 @ Cursor Selection

Binary file not shown.

View File

@ -1,48 +0,0 @@
.include "MPlayDef.s"
.equ se_pc_off_grp, voicegroup127
.equ se_pc_off_pri, 5
.equ se_pc_off_rev, reverb_set+50
.equ se_pc_off_mvl, 127
.equ se_pc_off_key, 0
.equ se_pc_off_tbs, 1
.equ se_pc_off_exg, 0
.equ se_pc_off_cmp, 1
.section .rodata
.global se_pc_off
.align 2
@********************** Track 1 **********************@
se_pc_off_1:
.byte KEYSH , se_pc_off_key+0
.byte TEMPO , 120*se_pc_off_tbs/2
.byte VOICE , 6
.byte VOL , 100*se_pc_off_mvl/mxv
.byte BEND , c_v-8
.byte N04 , Cn3 , v112
.byte W04
.byte Cn2
.byte W02
.byte W02
.byte Cn1
.byte W04
.byte Cn1 , v024
.byte W06
.byte FINE
@******************************************************@
.align 2
se_pc_off:
.byte 1 @ NumTrks
.byte 0 @ NumBlks
.byte se_pc_off_pri @ Priority
.byte se_pc_off_rev @ Reverb.
.word se_pc_off_grp
.word se_pc_off_1
.end