mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Match se_c_pasi.mid
This commit is contained in:
parent
acb7b7eb5c
commit
b9989eaa56
@ -663,7 +663,7 @@ SECTIONS {
|
|||||||
sound/songs/midi/se_c_gaji.o(.rodata);
|
sound/songs/midi/se_c_gaji.o(.rodata);
|
||||||
sound/songs/midi/se_c_maku_u.o(.rodata);
|
sound/songs/midi/se_c_maku_u.o(.rodata);
|
||||||
sound/songs/midi/se_c_maku_d.o(.rodata);
|
sound/songs/midi/se_c_maku_d.o(.rodata);
|
||||||
sound/songs/se_c_pasi.o(.rodata);
|
sound/songs/midi/se_c_pasi.o(.rodata);
|
||||||
sound/songs/se_c_syu.o(.rodata);
|
sound/songs/se_c_syu.o(.rodata);
|
||||||
sound/songs/se_c_pikon.o(.rodata);
|
sound/songs/se_c_pikon.o(.rodata);
|
||||||
sound/songs/se_reapoke.o(.rodata);
|
sound/songs/se_reapoke.o(.rodata);
|
||||||
|
3
songs.mk
3
songs.mk
@ -819,5 +819,8 @@ $(MID_SUBDIR)/se_c_maku_d.s: %.s: %.mid
|
|||||||
$(MID_SUBDIR)/se_c_maku_u.s: %.s: %.mid
|
$(MID_SUBDIR)/se_c_maku_u.s: %.s: %.mid
|
||||||
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V070 -P5
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V070 -P5
|
||||||
|
|
||||||
|
$(MID_SUBDIR)/se_c_pasi.s: %.s: %.mid
|
||||||
|
$(MID) $< $@ -E -R$(STD_REVERB) -G128 -V110 -P5
|
||||||
|
|
||||||
$(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
|
||||||
|
@ -98,9 +98,9 @@ gSongTable:: @ 86B49F0
|
|||||||
song se_basabasa, 1, 1 @ Wing Attack
|
song se_basabasa, 1, 1 @ Wing Attack
|
||||||
song se_regi, 1, 1 @ Cash Register
|
song se_regi, 1, 1 @ Cash Register
|
||||||
song se_c_gaji, 1, 1 @ Contest Hearts
|
song se_c_gaji, 1, 1 @ Contest Hearts
|
||||||
song se_c_maku_u, 1, 1 @ Contest Curtain rise
|
song se_c_maku_u, 1, 1 @ Contest Curtain Rises
|
||||||
song se_c_maku_d, 1, 1 @ Contest Curtain fall
|
song se_c_maku_d, 1, 1 @ Contest Curtain Falls
|
||||||
song se_c_pasi, 1, 1
|
song se_c_pasi, 1, 1 @ Contest Inflict Status
|
||||||
song se_c_syu, 1, 1
|
song se_c_syu, 1, 1
|
||||||
song se_c_pikon, 1, 1 @ Pokémon Appears in Contest
|
song se_c_pikon, 1, 1 @ Pokémon Appears in Contest
|
||||||
song se_reapoke, 1, 1 @ Shiny Pokémon
|
song se_reapoke, 1, 1 @ Shiny Pokémon
|
||||||
|
BIN
sound/songs/midi/se_c_pasi.mid
Normal file
BIN
sound/songs/midi/se_c_pasi.mid
Normal file
Binary file not shown.
@ -1,45 +0,0 @@
|
|||||||
.include "MPlayDef.s"
|
|
||||||
|
|
||||||
.equ se_c_pasi_grp, voicegroup128
|
|
||||||
.equ se_c_pasi_pri, 5
|
|
||||||
.equ se_c_pasi_rev, reverb_set+50
|
|
||||||
.equ se_c_pasi_mvl, 127
|
|
||||||
.equ se_c_pasi_key, 0
|
|
||||||
.equ se_c_pasi_tbs, 1
|
|
||||||
.equ se_c_pasi_exg, 0
|
|
||||||
.equ se_c_pasi_cmp, 1
|
|
||||||
|
|
||||||
.section .rodata
|
|
||||||
.global se_c_pasi
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
@********************** Track 1 **********************@
|
|
||||||
|
|
||||||
se_c_pasi_1:
|
|
||||||
.byte KEYSH , se_c_pasi_key+0
|
|
||||||
.byte TEMPO , 150*se_c_pasi_tbs/2
|
|
||||||
.byte VOICE , 2
|
|
||||||
.byte BENDR , 12
|
|
||||||
.byte VOL , 110*se_c_pasi_mvl/mxv
|
|
||||||
.byte PAN , c_v+0
|
|
||||||
.byte BEND , c_v+0
|
|
||||||
.byte N02 , Gn3 , v112
|
|
||||||
.byte W04
|
|
||||||
.byte Gn4 , v064
|
|
||||||
.byte W02
|
|
||||||
.byte FINE
|
|
||||||
|
|
||||||
@******************************************************@
|
|
||||||
.align 2
|
|
||||||
|
|
||||||
se_c_pasi:
|
|
||||||
.byte 1 @ NumTrks
|
|
||||||
.byte 0 @ NumBlks
|
|
||||||
.byte se_c_pasi_pri @ Priority
|
|
||||||
.byte se_c_pasi_rev @ Reverb.
|
|
||||||
|
|
||||||
.word se_c_pasi_grp
|
|
||||||
|
|
||||||
.word se_c_pasi_1
|
|
||||||
|
|
||||||
.end
|
|
Loading…
Reference in New Issue
Block a user