mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Match se_save.mid
This commit is contained in:
parent
3941ce5cf2
commit
53ca39a8ac
@ -670,7 +670,7 @@ SECTIONS {
|
||||
sound/songs/se_track_door.o(.rodata);
|
||||
sound/songs/midi/se_moter.o(.rodata);
|
||||
sound/songs/midi/se_card.o(.rodata);
|
||||
sound/songs/se_save.o(.rodata);
|
||||
sound/songs/midi/se_save.o(.rodata);
|
||||
sound/songs/midi/se_kon.o(.rodata);
|
||||
sound/songs/midi/se_kon2.o(.rodata);
|
||||
sound/songs/midi/se_kon3.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -1065,5 +1065,8 @@ $(MID_SUBDIR)/se_ru_gasyan.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_ru_hyuu.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_save.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V080 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
BIN
sound/songs/midi/se_save.mid
Normal file
BIN
sound/songs/midi/se_save.mid
Normal file
Binary file not shown.
@ -1,78 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_save_grp, voicegroup128
|
||||
.equ se_save_pri, 5
|
||||
.equ se_save_rev, reverb_set+50
|
||||
.equ se_save_mvl, 127
|
||||
.equ se_save_key, 0
|
||||
.equ se_save_tbs, 1
|
||||
.equ se_save_exg, 0
|
||||
.equ se_save_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_save
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_save_1:
|
||||
.byte KEYSH , se_save_key+0
|
||||
.byte TEMPO , 150*se_save_tbs/2
|
||||
.byte VOICE , 14
|
||||
.byte VOL , 80*se_save_mvl/mxv
|
||||
.byte BEND , c_v+17
|
||||
.byte N03 , En3 , v096
|
||||
.byte W03
|
||||
.byte Bn2
|
||||
.byte W03
|
||||
.byte En3
|
||||
.byte W03
|
||||
.byte Bn3
|
||||
.byte W03
|
||||
.byte N06 , Cn5
|
||||
.byte W06
|
||||
.byte N24 , Cn6
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
se_save_2:
|
||||
.byte KEYSH , se_save_key+0
|
||||
.byte VOICE , 17
|
||||
.byte VOL , 80*se_save_mvl/mxv
|
||||
.byte N03 , En3 , v100
|
||||
.byte W03
|
||||
.byte Bn2
|
||||
.byte W03
|
||||
.byte En3
|
||||
.byte W03
|
||||
.byte Bn3
|
||||
.byte W03
|
||||
.byte N06 , Cn5
|
||||
.byte W06
|
||||
.byte N24 , Cn6
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte W06
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_save:
|
||||
.byte 2 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_save_pri @ Priority
|
||||
.byte se_save_rev @ Reverb.
|
||||
|
||||
.word se_save_grp
|
||||
|
||||
.word se_save_1
|
||||
.word se_save_2
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user