mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_pin.mid
This commit is contained in:
parent
34a8cc8acd
commit
e5d535cdf4
@ -636,7 +636,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/se_jido_doa.o(.rodata);
|
sound/songs/midi/se_jido_doa.o(.rodata);
|
||||||
sound/songs/midi/se_naminori.o(.rodata);
|
sound/songs/midi/se_naminori.o(.rodata);
|
||||||
sound/songs/midi/se_ban.o(.rodata);
|
sound/songs/midi/se_ban.o(.rodata);
|
||||||
sound/songs/se_pin.o(.rodata);
|
sound/songs/midi/se_pin.o(.rodata);
|
||||||
sound/songs/midi/se_boo.o(.rodata);
|
sound/songs/midi/se_boo.o(.rodata);
|
||||||
sound/songs/midi/se_bowa.o(.rodata);
|
sound/songs/midi/se_bowa.o(.rodata);
|
||||||
sound/songs/midi/se_jyuni.o(.rodata);
|
sound/songs/midi/se_jyuni.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -987,5 +987,8 @@ $(MID_SUBDIR)/se_pc_off.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_pc_on.s: %.s: %.mid
|
$(MID_SUBDIR)/se_pc_on.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V100 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_pin.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V060 -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_pin.mid
Normal file
BIN
sound/songs/midi/se_pin.mid
Normal file
Binary file not shown.
@ -1,50 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_pin_grp, voicegroup127
|
|
||||||
.equ se_pin_pri, 4
|
|
||||||
.equ se_pin_rev, reverb_set+50
|
|
||||||
.equ se_pin_mvl, 127
|
|
||||||
.equ se_pin_key, 0
|
|
||||||
.equ se_pin_tbs, 1
|
|
||||||
.equ se_pin_exg, 0
|
|
||||||
.equ se_pin_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_pin
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_pin_1:
|
|
||||||
.byte KEYSH , se_pin_key+0
|
|
||||||
.byte TEMPO , 100*se_pin_tbs/2
|
|
||||||
.byte VOICE , 5
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte VOL , 60*se_pin_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N03 , Gn5 , v127
|
|
||||||
.byte W03
|
|
||||||
.byte Gn6 , v112
|
|
||||||
.byte W03
|
|
||||||
.byte Gn6 , v024
|
|
||||||
.byte W03
|
|
||||||
.byte Gn6 , v068
|
|
||||||
.byte W03
|
|
||||||
.byte Gn6 , v024
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_pin:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_pin_pri @ Priority
|
|
||||||
.byte se_pin_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_pin_grp
|
|
||||||
|
|
||||||
.word se_pin_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user