summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 16:05:36 -0400
committerKermalis <29823718+Kermalis@users.noreply.github.com>2018-10-10 16:05:36 -0400
commit88a4693cde13f3a9f007e8d9a08e9bb6be5536a3 (patch)
tree9c263e24af7b39e6f23f12c141caecee29b12233
parent9817919c23f0f7f576cc8f3a3a45b0246687ef01 (diff)
Match se_hashi.mid
-rw-r--r--ld_script.txt2
-rw-r--r--songs.mk3
-rw-r--r--sound/song_table.inc2
-rw-r--r--sound/songs/midi/se_hashi.midbin0 -> 86 bytes
-rw-r--r--sound/songs/se_hashi.s46
5 files changed, 5 insertions, 48 deletions
diff --git a/ld_script.txt b/ld_script.txt
index a62ecf6c7..7749d881a 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -635,7 +635,7 @@ SECTIONS {
sound/songs/se_toy_b.o(.rodata);
sound/songs/se_toy_c1.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/se_pinpon.o(.rodata);
sound/songs/midi/se_fuusen1.o(.rodata);
diff --git a/songs.mk b/songs.mk
index ee9ffe35d..166e7db22 100644
--- a/songs.mk
+++ b/songs.mk
@@ -891,5 +891,8 @@ $(MID_SUBDIR)/se_hantei1.s: %.s: %.mid
$(MID_SUBDIR)/se_hantei2.s: %.s: %.mid
$(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) $< $@ -E -R$(STD_REVERB) -G127 -P5
diff --git a/sound/song_table.inc b/sound/song_table.inc
index 1fddaefd7..5d71dd57f 100644
--- a/sound/song_table.inc
+++ b/sound/song_table.inc
@@ -72,7 +72,7 @@ gSongTable:: @ 86B49F0
song se_toy_b, 2, 2 @ Note B
song se_toy_c1, 2, 2 @ Note High C
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_pinpon, 1, 1 @ Ding-dong!
song se_fuusen1, 2, 2 @ Red Balloon
diff --git a/sound/songs/midi/se_hashi.mid b/sound/songs/midi/se_hashi.mid
new file mode 100644
index 000000000..fdd772c18
--- /dev/null
+++ b/sound/songs/midi/se_hashi.mid
Binary files differ
diff --git a/sound/songs/se_hashi.s b/sound/songs/se_hashi.s
deleted file mode 100644
index ba2ed43ce..000000000
--- a/sound/songs/se_hashi.s
+++ /dev/null
@@ -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