summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-03-24 16:23:49 -0400
committerhuderlem <huderlem@gmail.com>2019-03-24 16:37:27 -0500
commit63119116e740e1cf8be74ac8dfc939849650ab94 (patch)
treec4bc38624d02c24831b913e3593df71a7292afed
parente26c30d390d7c2f96c4aaee747dc31593d895cba (diff)
Match se_toy_dango.mid
-rw-r--r--ld_script.txt2
-rw-r--r--songs.mk3
-rw-r--r--sound/songs/midi/se_toy_dango.midbin0 -> 100 bytes
-rw-r--r--sound/songs/se_toy_dango.s52
4 files changed, 4 insertions, 53 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 0fe264ed8..ab22da693 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -712,7 +712,7 @@ SECTIONS {
sound/songs/midi/se_fuusen2.o(.rodata);
sound/songs/midi/se_fuusen3.o(.rodata);
sound/songs/se_toy_kabe.o(.rodata);
- sound/songs/se_toy_dango.o(.rodata);
+ sound/songs/midi/se_toy_dango.o(.rodata);
sound/songs/midi/se_doku.o(.rodata);
sound/songs/midi/se_esuka.o(.rodata);
sound/songs/midi/se_t_ame.o(.rodata);
diff --git a/songs.mk b/songs.mk
index e3df6beea..5b707e9c1 100644
--- a/songs.mk
+++ b/songs.mk
@@ -1152,6 +1152,9 @@ $(MID_SUBDIR)/se_toy_c1.s: %.s: %.mid
$(MID_SUBDIR)/se_toy_d.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
+$(MID_SUBDIR)/se_toy_dango.s: %.s: %.mid
+ $(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
+
$(MID_SUBDIR)/se_toy_e.s: %.s: %.mid
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
diff --git a/sound/songs/midi/se_toy_dango.mid b/sound/songs/midi/se_toy_dango.mid
new file mode 100644
index 000000000..baa1ed24e
--- /dev/null
+++ b/sound/songs/midi/se_toy_dango.mid
Binary files differ
diff --git a/sound/songs/se_toy_dango.s b/sound/songs/se_toy_dango.s
deleted file mode 100644
index b8469a5a0..000000000
--- a/sound/songs/se_toy_dango.s
+++ /dev/null
@@ -1,52 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_toy_dango_grp, voicegroup128
- .equ se_toy_dango_pri, 4
- .equ se_toy_dango_rev, reverb_set+50
- .equ se_toy_dango_mvl, 127
- .equ se_toy_dango_key, 0
- .equ se_toy_dango_tbs, 1
- .equ se_toy_dango_exg, 0
- .equ se_toy_dango_cmp, 1
-
- .section .rodata
- .global se_toy_dango
- .align 2
-
-@********************** Track 1 **********************@
-
-se_toy_dango_1:
- .byte KEYSH , se_toy_dango_key+0
- .byte TEMPO , 150*se_toy_dango_tbs/2
- .byte VOICE , 36
- .byte BENDR , 12
- .byte PAN , c_v+0
- .byte VOL , 110*se_toy_dango_mvl/mxv
- .byte BEND , c_v+0
- .byte N01 , Cn4 , v112
- .byte W01
- .byte VOICE , 26
- .byte W01
- .byte N01 , Fn4 , v127
- .byte W01
- .byte W01
- .byte VOICE , 36
- .byte W02
- .byte N01 , Cn3 , v056
- .byte W03
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_toy_dango:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_toy_dango_pri @ Priority
- .byte se_toy_dango_rev @ Reverb.
-
- .word se_toy_dango_grp
-
- .word se_toy_dango_1
-
- .end