mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_c_gaji.mid
This commit is contained in:
parent
4a8dff5ebb
commit
df9e2678fa
@ -660,7 +660,7 @@ SECTIONS {
|
||||
sound/songs/se_tamakoro_e.o(.rodata);
|
||||
sound/songs/midi/se_basabasa.o(.rodata);
|
||||
sound/songs/se_regi.o(.rodata);
|
||||
sound/songs/se_c_gaji.o(.rodata);
|
||||
sound/songs/midi/se_c_gaji.o(.rodata);
|
||||
sound/songs/se_c_maku_u.o(.rodata);
|
||||
sound/songs/se_c_maku_d.o(.rodata);
|
||||
sound/songs/se_c_pasi.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -810,5 +810,8 @@ $(MID_SUBDIR)/se_bowa2.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_bt_start.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_c_gaji.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V090 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_c_gaji.mid
Normal file
BIN
sound/songs/midi/se_c_gaji.mid
Normal file
Binary file not shown.
@ -1,44 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_c_gaji_grp, voicegroup128
|
||||
.equ se_c_gaji_pri, 5
|
||||
.equ se_c_gaji_rev, reverb_set+50
|
||||
.equ se_c_gaji_mvl, 127
|
||||
.equ se_c_gaji_key, 0
|
||||
.equ se_c_gaji_tbs, 1
|
||||
.equ se_c_gaji_exg, 0
|
||||
.equ se_c_gaji_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_c_gaji
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_c_gaji_1:
|
||||
.byte KEYSH , se_c_gaji_key+0
|
||||
.byte TEMPO , 150*se_c_gaji_tbs/2
|
||||
.byte VOICE , 14
|
||||
.byte VOL , 90*se_c_gaji_mvl/mxv
|
||||
.byte BEND , c_v-7
|
||||
.byte N02 , Cn5 , v112
|
||||
.byte W02
|
||||
.byte N09 , Gn4
|
||||
.byte W04
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_c_gaji:
|
||||
.byte 1 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_c_gaji_pri @ Priority
|
||||
.byte se_c_gaji_rev @ Reverb.
|
||||
|
||||
.word se_c_gaji_grp
|
||||
|
||||
.word se_c_gaji_1
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user