mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Match se_pinpon.mid
This commit is contained in:
parent
e5d535cdf4
commit
7e1b74e752
@ -688,7 +688,7 @@ SECTIONS {
|
||||
sound/songs/midi/se_mizu.o(.rodata);
|
||||
sound/songs/midi/se_hashi.o(.rodata);
|
||||
sound/songs/midi/se_daugi.o(.rodata);
|
||||
sound/songs/se_pinpon.o(.rodata);
|
||||
sound/songs/midi/se_pinpon.o(.rodata);
|
||||
sound/songs/midi/se_fuusen1.o(.rodata);
|
||||
sound/songs/midi/se_fuusen2.o(.rodata);
|
||||
sound/songs/midi/se_fuusen3.o(.rodata);
|
||||
|
3
songs.mk
3
songs.mk
@ -990,5 +990,8 @@ $(MID_SUBDIR)/se_pc_on.s: %.s: %.mid
|
||||
$(MID_SUBDIR)/se_pin.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V060 -P4
|
||||
|
||||
$(MID_SUBDIR)/se_pinpon.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -V090 -P5
|
||||
|
||||
$(MID_SUBDIR)/se_z_search.s: %.s: %.mid
|
||||
$(MID) $< $@ -E -R$(STD_REVERB) -G127 -P5
|
||||
|
@ -74,7 +74,7 @@ gSongTable:: @ 86B49F0
|
||||
song se_mizu, 2, 2 @ Puddle
|
||||
song se_hashi, 2, 2 @ Fortree Walkways
|
||||
song se_daugi, 1, 1 @ Slots - Credits
|
||||
song se_pinpon, 1, 1 @ Ding-dong!
|
||||
song se_pinpon, 1, 1 @ Elevator - Reached Destination
|
||||
song se_fuusen1, 2, 2 @ Red Balloon
|
||||
song se_fuusen2, 2, 2 @ Blue Balloon
|
||||
song se_fuusen3, 2, 2 @ Yellow Balloon
|
||||
|
BIN
sound/songs/midi/se_pinpon.mid
Normal file
BIN
sound/songs/midi/se_pinpon.mid
Normal file
Binary file not shown.
@ -1,98 +0,0 @@
|
||||
.include "MPlayDef.s"
|
||||
|
||||
.equ se_pinpon_grp, voicegroup127
|
||||
.equ se_pinpon_pri, 5
|
||||
.equ se_pinpon_rev, reverb_set+50
|
||||
.equ se_pinpon_mvl, 127
|
||||
.equ se_pinpon_key, 0
|
||||
.equ se_pinpon_tbs, 1
|
||||
.equ se_pinpon_exg, 0
|
||||
.equ se_pinpon_cmp, 1
|
||||
|
||||
.section .rodata
|
||||
.global se_pinpon
|
||||
.align 2
|
||||
|
||||
@********************** Track 1 **********************@
|
||||
|
||||
se_pinpon_1:
|
||||
.byte KEYSH , se_pinpon_key+0
|
||||
.byte TEMPO , 150*se_pinpon_tbs/2
|
||||
.byte VOICE , 15
|
||||
.byte BENDR , 2
|
||||
.byte VOL , 90*se_pinpon_mvl/mxv
|
||||
.byte BEND , c_v+1
|
||||
.byte N24 , Ds4 , v092
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte BEND , c_v+15
|
||||
.byte N36 , Bn3
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte FINE
|
||||
|
||||
@********************** Track 2 **********************@
|
||||
|
||||
se_pinpon_2:
|
||||
.byte KEYSH , se_pinpon_key+0
|
||||
.byte VOICE , 14
|
||||
.byte VOL , 90*se_pinpon_mvl/mxv
|
||||
.byte BEND , c_v+1
|
||||
.byte N24 , Ds4 , v072
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte BEND , c_v+15
|
||||
.byte N36 , Bn3
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte W03
|
||||
.byte FINE
|
||||
|
||||
@******************************************************@
|
||||
.align 2
|
||||
|
||||
se_pinpon:
|
||||
.byte 2 @ NumTrks
|
||||
.byte 0 @ NumBlks
|
||||
.byte se_pinpon_pri @ Priority
|
||||
.byte se_pinpon_rev @ Reverb.
|
||||
|
||||
.word se_pinpon_grp
|
||||
|
||||
.word se_pinpon_1
|
||||
.word se_pinpon_2
|
||||
|
||||
.end
|
Loading…
Reference in New Issue
Block a user