mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_tamakoro_e.mid
This commit is contained in:
parent
6881c256c4
commit
d82b198820
@ -727,7 +727,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_hinsi.o(.rodata);
|
||||
sound/songs/midi/se_expmax.o(.rodata);
|
||||
sound/songs/midi/se_tamakoro.o(.rodata);
|
||||
sound/songs/se_tamakoro_e.o(.rodata);
|
||||
sound/songs/midi/se_tamakoro_e.o(.rodata);
|
||||
sound/songs/midi/se_basabasa.o(.rodata);
|
||||
sound/songs/midi/se_regi.o(.rodata);
|
||||
sound/songs/midi/se_c_gaji.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1110,5 +1110,8 @@ $(MID_SUBDIR)/se_tamago.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_tamakoro.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P2
|
||||
|
||||
$(MID_SUBDIR)/se_tamakoro_e.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P2
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_tamakoro_e.mid
Normal file
BIN
sound/songs/midi/se_tamakoro_e.mid
Normal file
Binary file not shown.
@ -1,75 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_tamakoro_e_grp, voicegroup128
|
||||
.equ se_tamakoro_e_pri, 2
|
||||
.equ se_tamakoro_e_rev, reverb_set+50
|
||||
.equ se_tamakoro_e_mvl, 127
|
||||
.equ se_tamakoro_e_key, 0
|
||||
.equ se_tamakoro_e_tbs, 1
|
||||
.equ se_tamakoro_e_exg, 0
|
||||
.equ se_tamakoro_e_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_tamakoro_e
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_tamakoro_e_1:
|
||||
.byte KEYSH , se_tamakoro_e_key+0
|
||||
.byte TEMPO , 150*se_tamakoro_e_tbs/2
|
||||
.byte VOICE , 63
|
||||
.byte BENDR , 6
|
||||
.byte VOL , 110*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v+0
|
||||
.byte N72 , Dn3 , v127
|
||||
.byte W06
|
||||
.byte VOL , 107*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-3
|
||||
.byte W06
|
||||
.byte VOL , 106*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-5
|
||||
.byte W06
|
||||
.byte VOL , 104*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-7
|
||||
.byte W06
|
||||
.byte VOL , 102*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-10
|
||||
.byte W06
|
||||
.byte VOL , 97*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-12
|
||||
.byte W06
|
||||
.byte VOL , 90*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-14
|
||||
.byte W06
|
||||
.byte VOL , 73*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-19
|
||||
.byte W06
|
||||
.byte VOL , 58*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-24
|
||||
.byte W06
|
||||
.byte VOL , 40*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-29
|
||||
.byte W06
|
||||
.byte VOL , 25*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-35
|
||||
.byte W06
|
||||
.byte VOL , 12*se_tamakoro_e_mvl/mxv
|
||||
.byte BEND , c_v-46
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_tamakoro_e:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_tamakoro_e_pri @ Priority
|
||||
.byte se_tamakoro_e_rev @ Reverb.
|
||||
|
||||
.word se_tamakoro_e_grp
|
||||
|
||||
.word se_tamakoro_e_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user