mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_jihanki.mid
This commit is contained in:
parent
2f21d2e9ab
commit
471aa8eeac
@ -670,7 +670,7 @@ SECTIONS {
|
|||||||
sound/songs/se_op_basyu.o(.rodata);
|
sound/songs/se_op_basyu.o(.rodata);
|
||||||
sound/songs/midi/se_bt_start.o(.rodata);
|
sound/songs/midi/se_bt_start.o(.rodata);
|
||||||
sound/songs/midi/se_dendou.o(.rodata);
|
sound/songs/midi/se_dendou.o(.rodata);
|
||||||
sound/songs/se_jihanki.o(.rodata);
|
sound/songs/midi/se_jihanki.o(.rodata);
|
||||||
sound/songs/se_tama.o(.rodata);
|
sound/songs/se_tama.o(.rodata);
|
||||||
sound/songs/se_z_scroll.o(.rodata);
|
sound/songs/se_z_scroll.o(.rodata);
|
||||||
sound/songs/se_z_page.o(.rodata);
|
sound/songs/se_z_page.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -909,5 +909,8 @@ $(MID_SUBDIR)/se_i.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_jido_doa.s: %.s: %.mid
|
$(MID_SUBDIR)/se_jido_doa.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V095 -P4
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_jihanki.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -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_jihanki.mid
Normal file
BIN
sound/songs/midi/se_jihanki.mid
Normal file
Binary file not shown.
@ -1,46 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_jihanki_grp, voicegroup128
|
|
||||||
.equ se_jihanki_pri, 4
|
|
||||||
.equ se_jihanki_rev, reverb_set+50
|
|
||||||
.equ se_jihanki_mvl, 127
|
|
||||||
.equ se_jihanki_key, 0
|
|
||||||
.equ se_jihanki_tbs, 1
|
|
||||||
.equ se_jihanki_exg, 0
|
|
||||||
.equ se_jihanki_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_jihanki
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_jihanki_1:
|
|
||||||
.byte KEYSH , se_jihanki_key+0
|
|
||||||
.byte TEMPO , 150*se_jihanki_tbs/2
|
|
||||||
.byte VOICE , 8
|
|
||||||
.byte VOL , 110*se_jihanki_mvl/mxv
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N01 , Cn4 , v092
|
|
||||||
.byte W03
|
|
||||||
.byte Cn5
|
|
||||||
.byte W03
|
|
||||||
.byte W03
|
|
||||||
.byte N02 , En3 , v127
|
|
||||||
.byte W03
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_jihanki:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_jihanki_pri @ Priority
|
|
||||||
.byte se_jihanki_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_jihanki_grp
|
|
||||||
|
|
||||||
.word se_jihanki_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user