diff options
author | Kermalis <29823718+Kermalis@users.noreply.github.com> | 2019-03-24 16:24:54 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-24 16:37:27 -0500 |
commit | de4587480ad49ca02890afee1e45ba6f52b87e66 (patch) | |
tree | b783bb98bb669112d66e70f01aaf10abb6dff69a | |
parent | 63119116e740e1cf8be74ac8dfc939849650ab94 (diff) |
Match se_toy_f.mid
-rw-r--r-- | ld_script.txt | 2 | ||||
-rw-r--r-- | songs.mk | 3 | ||||
-rw-r--r-- | sound/songs/midi/se_toy_f.mid | bin | 0 -> 119 bytes | |||
-rw-r--r-- | sound/songs/se_toy_f.s | 59 |
4 files changed, 4 insertions, 60 deletions
diff --git a/ld_script.txt b/ld_script.txt index ab22da693..1acc43c76 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -699,7 +699,7 @@ SECTIONS { sound/songs/midi/se_toy_c.o(.rodata); sound/songs/midi/se_toy_d.o(.rodata); sound/songs/midi/se_toy_e.o(.rodata); - sound/songs/se_toy_f.o(.rodata); + sound/songs/midi/se_toy_f.o(.rodata); sound/songs/se_toy_g.o(.rodata); sound/songs/midi/se_toy_a.o(.rodata); sound/songs/midi/se_toy_b.o(.rodata); @@ -1158,5 +1158,8 @@ $(MID_SUBDIR)/se_toy_dango.s: %.s: %.mid $(MID_SUBDIR)/se_toy_e.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 +$(MID_SUBDIR)/se_toy_f.s: %.s: %.mid + $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4 + $(MID_SUBDIR)/se_z_search.s: %.s: %.mid $(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5 diff --git a/sound/songs/midi/se_toy_f.mid b/sound/songs/midi/se_toy_f.mid Binary files differnew file mode 100644 index 000000000..780e162e0 --- /dev/null +++ b/sound/songs/midi/se_toy_f.mid diff --git a/sound/songs/se_toy_f.s b/sound/songs/se_toy_f.s deleted file mode 100644 index cde717ede..000000000 --- a/sound/songs/se_toy_f.s +++ /dev/null @@ -1,59 +0,0 @@ - .include "MPlayDef.s" - - .equ se_toy_f_grp, voicegroup128 - .equ se_toy_f_pri, 4 - .equ se_toy_f_rev, reverb_set+50 - .equ se_toy_f_mvl, 127 - .equ se_toy_f_key, 0 - .equ se_toy_f_tbs, 1 - .equ se_toy_f_exg, 0 - .equ se_toy_f_cmp, 1 - - .section .rodata - .global se_toy_f - .align 2 - -@********************** Track 1 **********************@ - -se_toy_f_1: - .byte KEYSH , se_toy_f_key+0 - .byte TEMPO , 150*se_toy_f_tbs/2 - .byte VOICE , 48 - .byte VOL , 110*se_toy_f_mvl/mxv - .byte BEND , c_v-7 - .byte N12 , Fn5 , v112 - .byte W06 - .byte W06 - .byte N06 , Fn5 , v040 - .byte W06 - .byte FINE - -@********************** Track 2 **********************@ - -se_toy_f_2: - .byte KEYSH , se_toy_f_key+0 - .byte VOICE , 17 - .byte VOL , 110*se_toy_f_mvl/mxv - .byte BEND , c_v-7 - .byte N12 , Cn6 , v060 - .byte W06 - .byte W06 - .byte N06 , Cn6 , v032 - .byte W06 - .byte FINE - -@******************************************************@ - .align 2 - -se_toy_f: - .byte 2 @ NumTrks - .byte 0 @ NumBlks - .byte se_toy_f_pri @ Priority - .byte se_toy_f_rev @ Reverb. - - .word se_toy_f_grp - - .word se_toy_f_1 - .word se_toy_f_2 - - .end |