summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKermalis <29823718+Kermalis@users.noreply.github.com>2019-03-24 16:30:05 -0400
committerhuderlem <huderlem@gmail.com>2019-03-24 16:37:27 -0500
commit1d08ff3a60d55fb2a91720e8e625c241c70e8596 (patch)
tree6ac34efef6fd1f263dbffc085ee7430352165b4d /sound
parent7d9cda59ba7346874c570172f62aeea6c45a1416 (diff)
Match se_track_haiki.mid
Diffstat (limited to 'sound')
-rw-r--r--sound/songs/midi/se_track_haiki.midbin0 -> 76 bytes
-rw-r--r--sound/songs/se_track_haiki.s49
2 files changed, 0 insertions, 49 deletions
diff --git a/sound/songs/midi/se_track_haiki.mid b/sound/songs/midi/se_track_haiki.mid
new file mode 100644
index 000000000..42db7fd0e
--- /dev/null
+++ b/sound/songs/midi/se_track_haiki.mid
Binary files differ
diff --git a/sound/songs/se_track_haiki.s b/sound/songs/se_track_haiki.s
deleted file mode 100644
index 88737eb88..000000000
--- a/sound/songs/se_track_haiki.s
+++ /dev/null
@@ -1,49 +0,0 @@
- .include "MPlayDef.s"
-
- .equ se_track_haiki_grp, voicegroup127
- .equ se_track_haiki_pri, 4
- .equ se_track_haiki_rev, reverb_set+50
- .equ se_track_haiki_mvl, 127
- .equ se_track_haiki_key, 0
- .equ se_track_haiki_tbs, 1
- .equ se_track_haiki_exg, 0
- .equ se_track_haiki_cmp, 1
-
- .section .rodata
- .global se_track_haiki
- .align 2
-
-@********************** Track 1 **********************@
-
-se_track_haiki_1:
- .byte KEYSH , se_track_haiki_key+0
- .byte TEMPO , 150*se_track_haiki_tbs/2
- .byte VOICE , 120
- .byte VOL , 127*se_track_haiki_mvl/mxv
- .byte N06 , Bn3 , v028
- .byte W03
- .byte W03
- .byte N21 , Gs4
- .byte W03
- .byte W03
- .byte W03
- .byte W03
- .byte W03
- .byte W03
- .byte W03
- .byte FINE
-
-@******************************************************@
- .align 2
-
-se_track_haiki:
- .byte 1 @ NumTrks
- .byte 0 @ NumBlks
- .byte se_track_haiki_pri @ Priority
- .byte se_track_haiki_rev @ Reverb.
-
- .word se_track_haiki_grp
-
- .word se_track_haiki_1
-
- .end