mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_mizu.mid
This commit is contained in:
parent
6acf6aed04
commit
e7464b39a3
@ -685,7 +685,7 @@ SECTIONS {
|
|||||||
sound/songs/se_toy_a.o(.rodata);
|
sound/songs/se_toy_a.o(.rodata);
|
||||||
sound/songs/se_toy_b.o(.rodata);
|
sound/songs/se_toy_b.o(.rodata);
|
||||||
sound/songs/se_toy_c1.o(.rodata);
|
sound/songs/se_toy_c1.o(.rodata);
|
||||||
sound/songs/se_mizu.o(.rodata);
|
sound/songs/midi/se_mizu.o(.rodata);
|
||||||
sound/songs/midi/se_hashi.o(.rodata);
|
sound/songs/midi/se_hashi.o(.rodata);
|
||||||
sound/songs/midi/se_daugi.o(.rodata);
|
sound/songs/midi/se_daugi.o(.rodata);
|
||||||
sound/songs/se_pinpon.o(.rodata);
|
sound/songs/se_pinpon.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -951,5 +951,8 @@ $(MID_SUBDIR)/se_kouka_l.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_kouka_m.s: %.s: %.mid
|
$(MID_SUBDIR)/se_kouka_m.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V110 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_mizu.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V20 -P4
|
||||||
|
|
||||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||||
|
BIN
sound/songs/midi/se_mizu.mid
Normal file
BIN
sound/songs/midi/se_mizu.mid
Normal file
Binary file not shown.
@ -1,54 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_mizu_grp, voicegroup128
|
|
||||||
.equ se_mizu_pri, 4
|
|
||||||
.equ se_mizu_rev, reverb_set+50
|
|
||||||
.equ se_mizu_mvl, 127
|
|
||||||
.equ se_mizu_key, 0
|
|
||||||
.equ se_mizu_tbs, 1
|
|
||||||
.equ se_mizu_exg, 0
|
|
||||||
.equ se_mizu_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_mizu
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_mizu_1:
|
|
||||||
.byte KEYSH , se_mizu_key+0
|
|
||||||
.byte TEMPO , 150*se_mizu_tbs/2
|
|
||||||
.byte VOICE , 23
|
|
||||||
.byte VOL , 20*se_mizu_mvl/mxv
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte BEND , c_v-25
|
|
||||||
.byte N03 , Gs4 , v112
|
|
||||||
.byte W01
|
|
||||||
.byte BEND , c_v-9
|
|
||||||
.byte W01
|
|
||||||
.byte c_v+9
|
|
||||||
.byte W04
|
|
||||||
.byte W02
|
|
||||||
.byte VOL , 17*se_mizu_mvl/mxv
|
|
||||||
.byte BEND , c_v+18
|
|
||||||
.byte N02 , Gs4 , v127
|
|
||||||
.byte W01
|
|
||||||
.byte BEND , c_v+34
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_mizu:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_mizu_pri @ Priority
|
|
||||||
.byte se_mizu_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_mizu_grp
|
|
||||||
|
|
||||||
.word se_mizu_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user