summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-03-24 16:15:35 -0400
committerhuderlem <huderlem@gmail.com>2019-03-24 16:37:27 -0500
commit2d7119355521d543c528bef70f9aec070c74f51b (patch)
treee40f531a8444a0a5ab3d8e6b81d4955759d1fd4e
parent5a64d81581f0f06e0efcd5cbd267571c6fbf340e (diff)
Match se_toreoff.mid
-rw-r--r--ld_script.txt2
-rw-r--r--songs.mk3
-rw-r--r--sound/songs/midi/se_toreoff.midbin0 -> 195 bytes
-rw-r--r--sound/songs/se_toreoff.s87
4 files changed, 4 insertions, 88 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 8408ae505..827509a26 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -898,7 +898,7 @@ SECTIONS {
sound/songs/midi/se_rg_excellent.o(.rodata);
sound/songs/midi/se_rg_nawamiss.o(.rodata);
sound/songs/midi/se_toreeye.o(.rodata);
- sound/songs/se_toreoff.o(.rodata);
+ sound/songs/midi/se_toreoff.o(.rodata);
sound/songs/midi/se_hantei1.o(.rodata);
sound/songs/midi/se_hantei2.o(.rodata);
sound/songs/midi/se_curtain.o(.rodata);
diff --git a/songs.mk b/songs.mk
index dcbdc417c..0d6091ecf 100644
--- a/songs.mk
+++ b/songs.mk
@@ -1134,5 +1134,8 @@ $(MID_SUBDIR)/se_tk_warpout.s: %.s: %.mid
$(MID_SUBDIR)/se_toreeye.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G129 -V120 -P5
+$(MID_SUBDIR)/se_toreoff.s: %.s: %.mid
+ $(MID) $< $@ -E -R$(STD_REVERB) -G129 -V110 -P5
+
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
diff --git a/sound/songs/midi/se_toreoff.mid b/sound/songs/midi/se_toreoff.mid
new file mode 100644
index 000000000..391f23a3d
--- /dev/null
+++ b/sound/songs/midi/se_toreoff.mid
Binary files differ
diff --git a/sound/songs/se_toreoff.s b/sound/songs/se_toreoff.s
deleted file mode 100644
index d5632eeb7..000000000
--- a/sound/songs/se_toreoff.s
+++ /dev/null
@@ -1,87 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_toreoff_grp, voicegroup129
- .equ se_toreoff_pri, 5
- .equ se_toreoff_rev, reverb_set+50
- .equ se_toreoff_mvl, 127
- .equ se_toreoff_key, 0
- .equ se_toreoff_tbs, 1
- .equ se_toreoff_exg, 0
- .equ se_toreoff_cmp, 1
-
- .section .rodata
- .global se_toreoff
- .align 2
-
-@********************** Track 1 **********************@
-
-se_toreoff_1:
- .byte KEYSH , se_toreoff_key+0
- .byte TEMPO , 120*se_toreoff_tbs/2
- .byte VOICE , 10
- .byte VOL , 110*se_toreoff_mvl/mxv
- .byte BEND , c_v-8
- .byte W01
- .byte N01 , Ds3 , v112
- .byte W04
- .byte Gs1
- .byte W01
- .byte Bn1 , v056
- .byte W04
- .byte Bn1 , v024
- .byte W02
- .byte W06
- .byte W06
- .byte W06
- .byte FINE
-
-@********************** Track 2 **********************@
-
-se_toreoff_2:
- .byte KEYSH , se_toreoff_key+0
- .byte VOICE , 82
- .byte VOL , 110*se_toreoff_mvl/mxv
- .byte BENDR , 12
- .byte LFOS , 44
- .byte BEND , c_v+0
- .byte N01 , Cs3 , v064
- .byte W01
- .byte Fs4 , v032
- .byte W01
- .byte BEND , c_v+0
- .byte N01 , Gs5 , v028
- .byte W01
- .byte BEND , c_v+63
- .byte W01
- .byte c_v-63
- .byte N01 , Cs3 , v036
- .byte W01
- .byte BEND , c_v+63
- .byte W01
- .byte c_v-63
- .byte N01 , Bn4 , v052
- .byte W02
- .byte BEND , c_v+0
- .byte W02
- .byte N01 , Cs1
- .byte W02
- .byte W06
- .byte W06
- .byte W06
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_toreoff:
- .byte 2 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_toreoff_pri @ Priority
- .byte se_toreoff_rev @ Reverb.
-
- .word se_toreoff_grp
-
- .word se_toreoff_1
- .word se_toreoff_2
-
- .end