More bank 2 music engine and music/sfx format update

This commit is contained in:
U-Fish-PC\Daniel 2013-10-21 19:30:07 -04:00
parent 74948728aa
commit d47cdd6e15
362 changed files with 2902 additions and 9142 deletions

View File

@ -273,6 +273,8 @@ W_LISTMENUID EQU $CF94 ; ID used by DisplayListMenuID
W_WALKCOUNTER EQU $CFC5 ; walk animation counter
W_CURCHANNELPOINTER EQU $CFC7 ; (the current music channel pointer - $4000) / 3
W_ENEMYMOVENUM EQU $CFCC
W_ENEMYMOVEEFFECT EQU $CFCD
W_ENEMYMOVEPOWER EQU $CFCE
@ -3416,6 +3418,24 @@ mutedsnare2 EQU $11
mutedsnare3 EQU $12
mutedsnare4 EQU $13
unknownsfx0x10: MACRO
db $10
db \1
ENDM
unknownsfx0x20: MACRO
db $20 | \1
db \2
db \3
db \4
ENDM
unknownnoise0x20: MACRO
db $20 | \1
db \2
db \3
ENDM
;format: note pitch, length (in 16ths)
note: MACRO
db (\1 << 4) | (\2 - 1)
@ -3446,14 +3466,10 @@ octave: MACRO
db $E8 - \1
ENDM
unknownmusic0xe8: MACRO
togglecall: MACRO
db $E8
ENDM
unknownmusic0xe9: MACRO
db $E9
ENDM
;format: vibrato delay, rate, depth
vibrato: MACRO
db $EA
@ -3492,50 +3508,10 @@ stereopanning: MACRO
db \1
ENDM
unknownmusic0xf1: MACRO
db $F1
ENDM
unknownmusic0xf2: MACRO
db $F2
ENDM
unknownmusic0xf3: MACRO
db $F3
ENDM
unknownmusic0xf4: MACRO
db $F4
ENDM
unknownmusic0xf5: MACRO
db $F5
ENDM
unknownmusic0xf6: MACRO
db $F6
ENDM
unknownmusic0xf7: MACRO
db $F7
ENDM
unknownmusic0xf8: MACRO
executemusic: MACRO
db $F8
ENDM
unknownmusic0xf9: MACRO
db $F9
ENDM
unknownmusic0xfa: MACRO
db $FA
ENDM
unknownmusic0xfb: MACRO
db $FB
ENDM
dutycycle: MACRO
db $FC
db \1

292
main.asm
View File

@ -1215,12 +1215,12 @@ HandleBlackOut: ; 0931 (0:0931)
jp Func_5d5f
StopMusic: ; 0951 (0:0951)
ld [$cfc7],a
ld [W_CURCHANNELPOINTER],a
ld a,$ff
ld [$c0ee],a
call PlaySound
.waitLoop
ld a,[$cfc7]
ld a,[W_CURCHANNELPOINTER]
and a
jr nz,.waitLoop
jp StopAllSounds
@ -5287,7 +5287,7 @@ StopAllSounds: ; 200e (0:200e)
ld [$c0ef], a
ld [$c0f0], a
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld [$c0ee], a
ld [$cfca], a
dec a
@ -5856,7 +5856,7 @@ asm_2324: ; 2324 (0:2324)
ret z
.asm_2351
ld a, c
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, b
ld [$cfca], a
ld [$c0ee], a
@ -5916,7 +5916,7 @@ PlayMusic: ; 23a1 (0:23a1)
ld b, a
ld [$c0ee], a
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, c
ld [$c0ef], a
ld [$c0f0], a
@ -5937,7 +5937,7 @@ PlaySound: ; 23b1 (0:23b1)
ld [$c02c], a
ld [$c02d], a
.asm_23c8
ld a, [$cfc7]
ld a, [W_CURCHANNELPOINTER]
and a
jr z, .asm_23e3
ld a, [$c0ee]
@ -5949,7 +5949,7 @@ PlaySound: ; 23b1 (0:23b1)
cp $ff
jr nz, .asm_2414
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
.asm_23e3
xor a
ld [$c0ee], a
@ -5982,11 +5982,11 @@ PlaySound: ; 23b1 (0:23b1)
.asm_2414
ld a, b
ld [$cfca], a
ld a, [$cfc7]
ld a, [W_CURCHANNELPOINTER]
ld [$cfc8], a
ld [$cfc9], a
ld a, b
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
.asm_2425
pop bc
pop de
@ -6737,7 +6737,7 @@ ResetPlayerSpriteData_ClearSpriteData: ; 28c4 (0:28c4)
; known jump sources: 2071 (0:2071)
Func_28cb: ; 28cb (0:28cb)
ld a, [$cfc7]
ld a, [W_CURCHANNELPOINTER]
and a
jr nz, .asm_28dc
ld a, [$d72c]
@ -6772,10 +6772,10 @@ Func_28cb: ; 28cb (0:28cb)
ld [$FF00+$24], a
ret
.asm_2903
ld a, [$cfc7]
ld a, [W_CURCHANNELPOINTER]
ld b, a
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, $ff
ld [$c0ee], a
call PlaySound
@ -8479,14 +8479,14 @@ PlayTrainerMusic: ; 33e8 (0:33e8)
ret z
cp $c8 + SONY3
ret z
ld a, [W_LONEATTACKNO] ; $d05c
ld a, [W_GYMLEADERNO] ; $d05c
and a
ret nz
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, $ff
call PlaySound ; stop music
ld a, $1f
ld a, BANK(Music_MeetEvilTrainer)
ld [$c0ef], a
ld [$c0f0], a
ld a, [W_ENGAGEDTRAINERCLASS]
@ -8498,7 +8498,7 @@ PlayTrainerMusic: ; 33e8 (0:33e8)
jr z, .noEvilTrainer
cp b
jr nz, .evilTrainerListLoop
ld a, $f6
ld a, (Music_MeetEvilTrainer - $4000) / 3
jr .PlaySound
.noEvilTrainer
ld hl, FemaleTrainerList
@ -8508,10 +8508,10 @@ PlayTrainerMusic: ; 33e8 (0:33e8)
jr z, .maleTrainer
cp b
jr nz, .femaleTrainerListLoop
ld a, $f9
ld a, (Music_MeetFemaleTrainer - $4000) / 3
jr .PlaySound
.maleTrainer
ld a, $fc
ld a, (Music_MeetMaleTrainer - $4000) / 3
.PlaySound
ld [$c0ee], a
jp PlaySound
@ -13845,7 +13845,7 @@ Func_5849:
ld a, [hl]
ld [$cd3e], a
ld a, $a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, $2
ld [$c0f0], a
ld a, $e5
@ -13944,7 +13944,7 @@ Func_5a5f: ; 5a5f (1:5a5f)
ld [W_ISLINKBATTLE], a ; $d12b
ld [$FF00+$b5], a
ld a, $a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, $2
ld [$c0f0], a
ld a, $ca
@ -14855,7 +14855,7 @@ Function61BC: ; 61bc (1:61bc)
ld [$C0EF],a
ld [$C0F0],a
ld a,$A
ld [$CFC7],a
ld [W_CURCHANNELPOINTER],a
ld a,$FF
ld [$C0EE],a
call PlaySound ; stop music
@ -16640,7 +16640,7 @@ DisplayPokemonCenterDialogue_: ; 6fe6 (1:6fe6)
ld hl, Func_70433
call Bankswitch ; do the healing machine animation
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, [$c0f0]
ld [$c0ef], a
ld a, [$d35b]
@ -18369,8 +18369,31 @@ INCLUDE "music/sfx/sfx_02_11.tx"
INCLUDE "music/sfx/sfx_02_12.tx"
INCLUDE "music/sfx/sfx_02_13.tx"
Unknown_8361:
INCBIN "baserom.gbc",$8361,$83c3 - $8361
Unknown_8361: ; 0x8361
dw Unknown_8373
dw Unknown_8383
dw Unknown_8393
dw Unknown_83a3
dw Unknown_83b3
dw SFX_02_3f_Ch1
dw SFX_02_3f_Ch1
dw SFX_02_3f_Ch1
dw SFX_02_3f_Ch1
Unknown_8373: ; 0x8373
db $02,$46,$8A,$CE,$FF,$FE,$ED,$DC,$CB,$A9,$87,$65,$44,$33,$22,$11
Unknown_8383: ; 0x8383
db $02,$46,$8A,$CE,$EF,$FF,$FE,$EE,$DD,$CB,$A9,$87,$65,$43,$22,$11
Unknown_8393: ; 0x8393
db $13,$69,$BD,$EE,$EE,$FF,$FF,$ED,$DE,$FF,$FF,$EE,$EE,$DB,$96,$31
Unknown_83a3: ; 0x83a3
db $02,$46,$8A,$CD,$EF,$FE,$DE,$FF,$EE,$DC,$BA,$98,$76,$54,$32,$10
Unknown_83b3: ; 0x83b3
db $01,$23,$45,$67,$8A,$CD,$EE,$F7,$7F,$EE,$DC,$A8,$76,$54,$32,$10
INCLUDE "music/sfx/sfx_02_3f.tx"
INCLUDE "music/sfx/sfx_02_5e.tx"
@ -18450,7 +18473,7 @@ INCLUDE "music/sfx/sfx_02_36.tx"
PlayBattleMusic: ; 0x90c6
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld [$d083], a
dec a
ld [$c0ee], a
@ -18509,7 +18532,7 @@ Func_9103: ; 0x9103
ld [$ff00+$1a], a
jr .nextChannel
.asm_912e
call Func_9138
call ApplyMusicAffects
.nextChannel
ld a, c
inc c ; inc channel number
@ -18519,8 +18542,12 @@ Func_9103: ; 0x9103
; this routine checks flags for music effects currently applied
; to the channel and calls certain functions based on flags.
; specific flags are unknown
Func_9138: ; 0x9138
; known flags for $c02e:
; 1: call has been used
; 3: a toggle used only by this routine for vibrato
; 4: pitchbend flag
; 6: dutycycle flag
ApplyMusicAffects: ; 0x9138
ld b, $0
ld hl, $c0b6 ; delay unitl next note
add hl, bc
@ -18531,92 +18558,92 @@ Func_9138: ; 0x9138
ld [hl], a
ld a, c
cp CH4
jr nc, .skip ; if a sfx channel
jr nc, .startChecks ; if a sfx channel
ld hl, $c02a
add hl, bc
ld a, [hl]
and a
jr z, .skip
jr z, .startChecks
ret
.skip
.startChecks
ld hl, $c02e
add hl, bc
bit 6, [hl]
jr z, .asm_915f
call Func_980d
.asm_915f
bit 6, [hl] ; dutycycle
jr z, .checkForexecutemusic
call Music_ApplyDutyCycle
.checkForexecutemusic
ld b, $0
ld hl, $c036
add hl, bc
bit 0, [hl]
jr nz, .asm_9171
jr nz, .checkForPitchBend
ld hl, $c02e
add hl, bc
bit 2, [hl]
jr nz, .asm_9185
.asm_9171
jr nz, .disablePitchBendVibrato
.checkForPitchBend
ld hl, $c02e
add hl, bc
bit 4, [hl]
jr z, .asm_917c
jp Func_96f9
.asm_917c
ld hl, $c04e
bit 4, [hl] ; pitchbend
jr z, .checkVibratoDelay
jp Music_ApplyPitchBend
.checkVibratoDelay
ld hl, $c04e ; vibrato delay
add hl, bc
ld a, [hl]
and a ; check if delay is over
jr z, .checkForVibrato
dec [hl] ; otherwise, dec delay
.disablePitchBendVibrato
ret
.checkForVibrato
ld hl, $c056 ; vibrato rate
add hl, bc
ld a, [hl]
and a
jr z, .asm_9186
dec [hl]
.asm_9185
ret
.asm_9186
ld hl, $c056
add hl, bc
ld a, [hl]
and a
jr nz, .asm_918f
ret
.asm_918f
jr nz, .vibrato
ret ; no vibrato
.vibrato
ld d, a
ld hl, $c05e
add hl, bc
ld a, [hl]
and $f
and a
jr z, .asm_919c
dec [hl]
jr z, .vibratoAlreadyDone
dec [hl] ; apply vibrato pitch change
ret
.asm_919c
.vibratoAlreadyDone
ld a, [hl]
swap [hl]
or [hl]
ld [hl], a
ld [hl], a ; reset the vibrato value and start again
ld hl, $c066
add hl, bc
ld e, [hl]
ld e, [hl] ; get note pitch
ld hl, $c02e
add hl, bc
bit 3, [hl]
jr z, .asm_91bc
bit 3, [hl] ; this is the only code that sets/resets bit three so
jr z, .unset ; it continuously alternates which path it takes
res 3, [hl]
ld a, d
and $f
ld d, a
ld a, e
sub d
jr nc, .asm_91ba
jr nc, .noCarry
ld a, $0
.asm_91ba
jr .asm_91c8
.asm_91bc
.noCarry
jr .done
.unset
set 3, [hl]
ld a, d
and $f0
swap a
add e
jr nc, .asm_91c8
jr nc, .done
ld a, $ff
.asm_91c8
.done
ld d, a
ld b, $3
call Func_9838
@ -18693,10 +18720,10 @@ Music_endchannel: ; 0x91e6
ld [hli], a
inc de
ld a, [de]
ld [hl], a ; store channel address from call
ld [hl], a ; loads channel address to return to
jp Music_endchannel
.asm_923f
ld hl, $5b1f
ld hl, Unknown_9b1f
add hl, bc
ld a, [$ff00+$25]
and [hl]
@ -18714,7 +18741,7 @@ Music_endchannel: ; 0x91e6
jr .asm_926e
.asm_925c
ld a, c
cp $4
cp CH4
jr z, .asm_9265
call Func_96c7
ret c
@ -18807,7 +18834,7 @@ Music_loopchannel: ; 0x92a9
Music_notetype: ; 0x92e4
and $f0
cp $d0 ; is this command a notetype?
jp nz, Music_unknownmusic0xe8 ; no
jp nz, Music_togglecall ; no
ld a, d ; yes
and $f
ld b, $0
@ -18848,16 +18875,16 @@ Music_notetype: ; 0x92e4
.noiseChannel
jp Music_endchannel
Music_unknownmusic0xe8: ; 0x9323
Music_togglecall: ; 0x9323
ld a, d
cp $e8 ; is this command an unknownmusic0xe8?
cp $e8 ; is this command an togglecall?
jr nz, Music_vibrato ; no
ld b, $0 ; yes
ld hl, $c02e
add hl, bc
ld a, [hl]
xor $1
ld [hl], a
ld [hl], a ; flip bit 0 of $c02e (toggle returning from call)
jp Music_endchannel
Music_vibrato: ; 0x9335
@ -18983,12 +19010,12 @@ Music_unknownmusic0xef ; 0x9407
pop bc
ld a, [$c003]
and a
jr nz, .asm_9423 ; 0x9417 $a
jr nz, .skip
ld a, [$c02d]
ld [$c003], a
xor a
ld [$c02d], a
.asm_9423
.skip
jp Music_endchannel
Music_dutycycle: ; 0x9426
@ -19010,13 +19037,13 @@ Music_dutycycle: ; 0x9426
Music_stereopanning: ; 0x9444
cp $f0 ; is this command a stereopanning?
jr nz, Music_unknownmusic0xf8 ; no
jr nz, Music_executemusic ; no
call GetNextMusicByte ; yes
ld [$ff00+$24], a ; store stereopanning
jp Music_endchannel
Music_unknownmusic0xf8: ; 0x9450
cp $f8 ; is this command an unknownmusic0xf8?
Music_executemusic: ; 0x9450
cp $f8 ; is this command an executemusic?
jr nz, Music_octave ; no
ld b, $0 ; yes
ld hl, $c036
@ -19027,7 +19054,7 @@ Music_unknownmusic0xf8: ; 0x9450
Music_octave: ; 0x945f
and $f0
cp $e0 ; is this command an octave?
jr nz, UnknownNoiseCommand ; no
jr nz, Music_unknownsfx0x20 ; no
ld hl, $c0d6 ; yes
ld b, $0
add hl, bc
@ -19036,8 +19063,8 @@ Music_octave: ; 0x945f
ld [hl], a ; store low nibble as octave
jp Music_endchannel
UnknownNoiseCommand: ; 0x9472
cp $20 ; is this command an unknownnoisecommand?
Music_unknownsfx0x20: ; 0x9472
cp $20 ; is this command an unknownsfx0x20?
jr nz, .skip ; no
ld a, c
cp CH3 ; is this a noise or sfx channel?
@ -19046,8 +19073,8 @@ UnknownNoiseCommand: ; 0x9472
ld hl, $c036
add hl, bc
bit 0, [hl]
jr nz, .skip
call Music_notelength
jr nz, .skip ; no
call Music_notelength ; yes
ld d, a
ld b, $0
ld hl, $c03e
@ -19068,7 +19095,7 @@ UnknownNoiseCommand: ; 0x9472
ld a, c
cp CH7
ld a, $0
jr z, .sfxNoiseChannel
jr z, .sfxNoiseChannel ; only two params for noise channel
push de
call GetNextMusicByte
pop de
@ -19085,13 +19112,13 @@ UnknownNoiseCommand: ; 0x9472
cp CH4
jr c, .asm_94db ; if not a sfx
ld a, d
cp $10
jr nz, .asm_94db
ld b, $0
cp $10 ; is this command a unknownsfx0x10?
jr nz, .asm_94db ; no
ld b, $0 ; yes
ld hl, $c036
add hl, bc
bit 0, [hl]
jr nz, .asm_94db
jr nz, .asm_94db ; no
call GetNextMusicByte
ld [$ff00+$10], a
jp Music_endchannel
@ -19211,7 +19238,7 @@ Music_notepitch: ; 0x9568
jr nz, .notsfxChannel3
.musicChannel3
ld b, $0
ld hl, $5b1f
ld hl, Unknown_9b1f
add hl, bc
ld a, [$ff00+$25]
and [hl]
@ -19284,7 +19311,7 @@ Music_notepitch: ; 0x9568
Func_95f8: ; 0x95f8
ld b, $0
ld hl, $5b27
ld hl, Unknown_9b27
add hl, bc
ld a, [$ff00+$25]
or [hl]
@ -19301,12 +19328,12 @@ Func_95f8: ; 0x95f8
jr nz, .skip
.sfxNoiseChannel
ld a, [$c004]
ld hl, $5b27
ld hl, Unknown_9b27
add hl, bc
and [hl]
ld d, a
ld a, [$ff00+$25]
ld hl, $5b1f
ld hl, Unknown_9b1f
add hl, bc
and [hl]
or d
@ -19468,7 +19495,7 @@ Func_96e5: ; 0x96e5
scf
ret
Func_96f9: ; 0x96f9
Music_ApplyPitchBend: ; 0x96f9
ld hl, $c02e
add hl, bc
bit 5, [hl]
@ -19659,7 +19686,7 @@ Func_978f: ; 0x978f
ld [hl], a
ret
Func_980d: ; 0x980d
Music_ApplyDutyCycle: ; 0x980d
ld b, $0
ld hl, $c046
add hl, bc
@ -19697,11 +19724,11 @@ GetNextMusicByte: ; 0x9825
Func_9838: ; 0x9838
ld a, c
ld hl, $5b17
ld hl, Unknown_9b17
add l
jr nc, .asm_9840 ; 0x983d $1
jr nc, .noCarry
inc h
.asm_9840
.noCarry
ld l, a
ld a, [hl]
add b
@ -20025,10 +20052,10 @@ Func_9a34: ; 0x9a34
; fills d bytes at hl with a
FillMusicRAM: ; 0x9a89
ld b, d
.asm_9a8a
.loop
ld [hli], a
dec b
jr nz, .asm_9a8a ; 0x9a8c $fc
jr nz, .loop
ret
Func_9a8f: ; 0x9a8f
@ -20112,7 +20139,7 @@ Func_9a8f: ; 0x9a8f
ld [hli], a
ld [hl], a
ld hl, $c012
ld de, $5b16
ld de, Unknown_9b16
ld [hl], e
inc hl
ld [hl], d
@ -20126,10 +20153,34 @@ Func_9a8f: ; 0x9a8f
.asm_9b15
ret
INCBIN "baserom.gbc",$9b16,$9b2f - $9b16
Unknown_9b16: ; 0x9b16
db $FF
Unknown_9b17: ; 0x9b17
db $10, $15, $1A, $1F ; channels 0-3
db $10, $15, $1A, $1F ; channels 4-7
Unknown_9b1f: ; 0x9b1f
db $EE, $DD, $BB, $77 ; channels 0-3
db $EE, $DD, $BB, $77 ; channels 4-7
Unknown_9b27: ; 0x9b27
db $11, $22, $44, $88 ; channels 0-3
db $11, $22, $44, $88 ; channels 4-7
Unknown_9b2f: ; 0x9b2f
INCBIN "baserom.gbc",$9b2f,$9b47 - $9b2f
dw $F82C
dw $F89D
dw $F907
dw $F96B
dw $F9CA
dw $FA23
dw $FA77
dw $FAC7
dw $FB12
dw $FB58
dw $FB9B
dw $FBDA
; an alternate start for MeetRival which has a different first measure
Music_RivalAlternateStart: ; 0x9b47
@ -20150,7 +20201,7 @@ OverwriteChannelPointer: ; 0x9b60
ld [hli], a
ret
; an alternate tempo for MeetRival which has a slightly slower tempo
; an alternate tempo for MeetRival which is slightly slower
Music_RivalAlternateTempo: ; 0x9b65
ld c, BANK(Music_MeetRival)
ld a, (Music_MeetRival - $4000) / 3
@ -20172,7 +20223,7 @@ Music_Cities1AlternateTempo: ; 0x9b81
ld [$cfc8], a
ld [$cfc9], a
ld a, $ff
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld c, $64
call DelayFrames
ld c, BANK(Music_Cities1)
@ -43561,7 +43612,7 @@ asm_1e9ab: ; 1e9ab (7:69ab)
asm_1e9b0: ; 1e9b0 (7:69b0)
call EnableAutoTextBoxDrawing
xor a
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
dec a
call PlaySound
ld c, $2
@ -44028,9 +44079,6 @@ INCLUDE "music/sfx/sfx_08_49.tx"
INCLUDE "music/sfx/sfx_08_4a.tx"
INCLUDE "music/sfx/sfx_08_4b.tx"
INCLUDE "music/sfx/sfx_08_4c.tx"
INCBIN "baserom.gbc",$204d1,$204d6 - $204d1 ; unknown music
INCLUDE "music/sfx/sfx_08_4d.tx"
INCLUDE "music/sfx/sfx_08_4e.tx"
INCLUDE "music/sfx/sfx_08_4f.tx"
@ -44039,16 +44087,10 @@ INCLUDE "music/sfx/sfx_08_51.tx"
INCLUDE "music/sfx/sfx_08_52.tx"
INCLUDE "music/sfx/sfx_08_53.tx"
INCLUDE "music/sfx/sfx_08_54.tx"
INCBIN "baserom.gbc",$20528,$20533 - $20528 ; unknown music
INCLUDE "music/sfx/sfx_08_55.tx"
INCLUDE "music/sfx/sfx_08_56.tx"
INCLUDE "music/sfx/sfx_08_57.tx"
INCLUDE "music/sfx/sfx_08_58.tx"
INCBIN "baserom.gbc",$20565,$2056a - $20565 ; unknown music
INCLUDE "music/sfx/sfx_08_59.tx"
INCLUDE "music/sfx/sfx_08_5a.tx"
INCLUDE "music/sfx/sfx_08_5b.tx"
@ -44063,9 +44105,6 @@ INCLUDE "music/sfx/sfx_08_63.tx"
INCLUDE "music/sfx/sfx_08_64.tx"
INCLUDE "music/sfx/sfx_08_65.tx"
INCLUDE "music/sfx/sfx_08_66.tx"
INCBIN "baserom.gbc",$20610,$20624 - $20610 ; unknown music
INCLUDE "music/sfx/sfx_08_67.tx"
INCLUDE "music/sfx/sfx_08_68.tx"
INCLUDE "music/sfx/sfx_08_69.tx"
@ -44075,20 +44114,11 @@ INCLUDE "music/sfx/sfx_08_6c.tx"
INCLUDE "music/sfx/sfx_08_6d.tx"
INCLUDE "music/sfx/sfx_08_6e.tx"
INCLUDE "music/sfx/sfx_08_6f.tx"
INCBIN "baserom.gbc",$207f1,$207fa - $207f1 ; unknown music
INCLUDE "music/sfx/sfx_08_70.tx"
INCLUDE "music/sfx/sfx_08_71.tx"
INCBIN "baserom.gbc",$20862,$20875 - $20862 ; unknown music
INCLUDE "music/sfx/sfx_08_72.tx"
INCLUDE "music/sfx/sfx_08_73.tx"
INCLUDE "music/sfx/sfx_08_74.tx"
INCBIN "baserom.gbc",$208d5,$208e0 - $208d5 ; unknown music
INCLUDE "music/sfx/sfx_08_75.tx"
INCLUDE "music/sfx/sfx_08_76.tx"
@ -101479,7 +101509,7 @@ Func_70423: ; 70423 (1c:4423)
ld [$cfc8], a
ld [$cfc9], a
ld a, $ff
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
jp GBFadeOut2
; known jump sources: 7027 (1:7027)
@ -101501,12 +101531,12 @@ Func_70433: ; 70433 (1c:4433)
ld de, Unknown_704d7 ; $44d7
call Func_70503
ld a, $4
ld [$cfc7], a
ld [W_CURCHANNELPOINTER], a
ld a, $ff
ld [$c0ee], a
call PlaySound
.asm_70464
ld a, [$cfc7]
ld a, [W_CURCHANNELPOINTER]
and a
jr nz, .asm_70464
ld a, [W_NUMINPARTY] ; $d163

View File

@ -47,7 +47,7 @@ Music_BikeRiding_branch_7dbc9:
note D_, 2
note E_, 2
note F_, 6
unknownmusic0xe8
togglecall
notetype 12, 11, 3
note E_, 2
note D_, 2
@ -56,7 +56,7 @@ Music_BikeRiding_branch_7dbc9:
note F_, 2
note E_, 1
note F_, 1
unknownmusic0xe8
togglecall
notetype 12, 11, 5
note G_, 6
note G_, 6

View File

@ -2,7 +2,7 @@ Music_Celadon_Ch1: ; b6c7 (2:76c7)
tempo 0, 144
stereopanning 119
duty 3
unknownmusic0xe8
togglecall
notetype 12, 2, 15
rest 8
octave 3

View File

@ -3,7 +3,7 @@ Music_Cinnabar_Ch1: ; b86d (2:786d)
stereopanning 119
duty 3
vibrato 12, 3, 4
unknownmusic0xe8
togglecall
Music_Cinnabar_branch_b878:
notetype 12, 11, 5

View File

@ -40,7 +40,7 @@ Music_CinnabarMansion_branch_7ed19:
Music_CinnabarMansion_Ch2: ; 7ed40 (1f:6d40)
duty 2
unknownmusic0xe8
togglecall
vibrato 10, 2, 4
notetype 12, 12, 2

View File

@ -403,7 +403,7 @@ Music_Cities1_branch_ac00:
Music_Cities1_Ch3: ; ac32 (2:6c32)
notetype 12, 1, 1
unknownmusic0xe8
togglecall
Music_Cities1_branch_ac35:
vibrato 0, 0, 0

View File

@ -3,7 +3,7 @@ Music_Cities2_Ch1: ; b504 (2:7504)
stereopanning 119
duty 3
vibrato 8, 3, 2
unknownmusic0xe8
togglecall
notetype 12, 11, 6
rest 8
octave 3

View File

@ -3,7 +3,7 @@ Music_Credits_Ch1: ; 7fc1f (1f:7c1f)
stereopanning 119
duty 3
vibrato 8, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 5
octave 4
note E_, 6

View File

@ -3,7 +3,7 @@ Music_DefeatedGymLeader_Ch1: ; 23cad (8:7cad)
stereopanning 119
duty 3
vibrato 18, 3, 1
unknownmusic0xe8
togglecall
tempo 0, 112
notetype 12, 10, 6
octave 4

View File

@ -2,7 +2,7 @@ Music_DefeatedTrainer_Ch1: ; 23a53 (8:7a53)
tempo 0, 224
stereopanning 119
duty 2
unknownmusic0xe8
togglecall
tempo 0, 224
notetype 4, 10, 2
octave 4

View File

@ -1,10 +1,10 @@
Music_DefeatedWildMon_Ch1: ; 23b74 (8:7b74)
tempo 0, 112
stereopanning 119
unknownmusic0xf8
executemusic
duty 3
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
tempo 0, 112
notetype 12, 11, 7
octave 3
@ -68,7 +68,7 @@ Music_DefeatedWildMon_branch_23b8b:
Music_DefeatedWildMon_Ch2: ; 23bc1 (8:7bc1)
unknownmusic0xf8
executemusic
duty 2
notetype 12, 12, 3
octave 4
@ -143,7 +143,7 @@ Music_DefeatedWildMon_branch_23bce:
Music_DefeatedWildMon_Ch3: ; 23c0e (8:7c0e)
unknownmusic0xf8
executemusic
notetype 12, 2, 0
octave 5
note E_, 1

View File

@ -2,7 +2,7 @@ Music_Dungeon1_Ch1: ; 7ded1 (1f:5ed1)
tempo 0, 144
stereopanning 119
duty 3
unknownmusic0xe8
togglecall
vibrato 10, 1, 4
notetype 12, 4, 13
rest 8

View File

@ -2,7 +2,7 @@ Music_Dungeon2_Ch1: ; 7e887 (1f:6887)
tempo 0, 144
stereopanning 119
duty 3
unknownmusic0xe8
togglecall
vibrato 10, 1, 4
Music_Dungeon2_branch_7e892:

View File

@ -2,7 +2,7 @@ Music_Dungeon3_Ch1: ; 7e9f1 (1f:69f1)
tempo 0, 160
stereopanning 119
duty 3
unknownmusic0xe8
togglecall
vibrato 8, 1, 4
Music_Dungeon3_branch_7e9fc:

View File

@ -3,7 +3,7 @@ Music_FinalBattle_Ch1: ; 233a6 (8:73a6)
stereopanning 119
duty 3
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 2
octave 3
note F#, 1

View File

@ -3,7 +3,7 @@ Music_GameCorner_Ch1: ; 7e20b (1f:620b)
stereopanning 119
duty 3
vibrato 12, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 5
octave 3
note A_, 6

View File

@ -3,7 +3,7 @@ Music_Gym_Ch1: ; bcbb (2:7cbb)
stereopanning 119
duty 3
vibrato 8, 2, 2
unknownmusic0xe8
togglecall
notetype 12, 11, 5
octave 3
note G_, 6

View File

@ -3,7 +3,7 @@ Music_GymLeaderBattle_Ch1: ; 22370 (8:6370)
stereopanning 119
duty 3
vibrato 8, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 3
rest 6
octave 3

View File

@ -3,7 +3,7 @@ Music_HallOfFame_Ch1: ; 7fbaf (1f:7baf)
stereopanning 119
duty 3
vibrato 12, 2, 2
unknownmusic0xe8
togglecall
notetype 12, 11, 3
rest 16
rest 16

View File

@ -3,7 +3,7 @@ Music_IndigoPlateau_Ch1: ; a5f0 (2:65f0)
stereopanning 119
duty 3
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 2
octave 2
note A_, 8

View File

@ -3,7 +3,7 @@ Music_IntroBattle_Ch1: ; 7f844 (1f:7844)
stereopanning 119
duty 3
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 1
rest 8
octave 2

View File

@ -4,7 +4,7 @@ Music_JigglypuffSong_Ch1: ; 7fb7d (1f:7b7d)
vibrato 8, 2, 4
duty 2
dutycycle 165
unknownmusic0xe8
togglecall
notetype 13, 6, 7
octave 4
note E_, 8

View File

@ -2,7 +2,7 @@ Music_Lavender_Ch1: ; bb58 (2:7b58)
tempo 0, 152
stereopanning 119
duty 1
unknownmusic0xe8
togglecall
vibrato 0, 8, 8
notetype 12, 8, 7
rest 16

View File

@ -2,7 +2,7 @@ Music_MeetEvilTrainer_Ch1: ; 7f69d (1f:769d)
tempo 0, 124
stereopanning 119
duty 2
unknownmusic0xe8
togglecall
notetype 12, 11, 1
rest 4
octave 3

View File

@ -2,7 +2,7 @@ Music_MeetFemaleTrainer_Ch1: ; 7f6f9 (1f:76f9)
tempo 0, 124
stereopanning 119
duty 1
unknownmusic0xe8
togglecall
notetype 12, 11, 2
octave 3
note G#, 6

View File

@ -3,7 +3,7 @@ Music_MeetMaleTrainer_Ch1: ; 7f77b (1f:777b)
stereopanning 119
duty 3
vibrato 20, 3, 3
unknownmusic0xe8
togglecall
notetype 12, 11, 4
octave 3
note C#, 1

View File

@ -2,7 +2,7 @@ Music_MeetProfOak_Ch1: ; af59 (2:6f59)
tempo 0, 112
stereopanning 119
duty 3
unknownmusic0xe8
togglecall
notetype 12, 11, 4
octave 3
note F#, 1

View File

@ -9,7 +9,7 @@ Music_MeetRival_branch_b123:
stereopanning 119
duty 3
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 3
octave 4
note D_, 1
@ -130,7 +130,7 @@ Music_MeetRival_branch_b1a5:
stereopanning 119
duty 3
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 3
octave 3
note D_, 1

View File

@ -2,7 +2,7 @@ Music_MuseumGuy_Ch1: ; adae (2:6dae)
tempo 0, 128
stereopanning 119
duty 2
unknownmusic0xe8
togglecall
notetype 12, 11, 1
octave 3
note B_, 2

View File

@ -3,7 +3,7 @@ Music_OaksLab_Ch1: ; 7eeb9 (1f:6eb9)
stereopanning 119
duty 3
vibrato 16, 1, 2
unknownmusic0xe8
togglecall
notetype 12, 11, 3
octave 2
note B_, 1

View File

@ -2,7 +2,7 @@ Music_PkmnHealed_Ch1: ; 9ba3 (2:5ba3)
tempo 0, 144
stereopanning 119
duty 2
unknownmusic0xe8
togglecall
notetype 12, 8, 1
rest 2
pitchbend 0, 75

View File

@ -3,7 +3,7 @@ Music_Pokecenter_Ch1: ; be56 (2:7e56)
stereopanning 119
duty 3
vibrato 10, 2, 2
unknownmusic0xe8
togglecall
Music_Pokecenter_branch_be61:
notetype 12, 10, 3

View File

@ -2,7 +2,7 @@ Music_PokemonTower_Ch1: ; 7f04a (1f:704a)
tempo 0, 152
stereopanning 119
duty 3
unknownmusic0xe8
togglecall
vibrato 12, 2, 3
notetype 12, 8, 0
rest 4

View File

@ -3,7 +3,7 @@ Music_Routes1_Ch1: ; 9bde (2:5bde)
stereopanning 119
vibrato 4, 2, 3
duty 2
unknownmusic0xe8
togglecall
Music_Routes1_branch_9be9:
notetype 12, 10, 1

View File

@ -3,7 +3,7 @@ Music_Routes3_Ch1: ; 9fad (2:5fad)
stereopanning 119
duty 3
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 11, 5
octave 3
note E_, 1

View File

@ -3,7 +3,7 @@ Music_Routes4_Ch1: ; a26a (2:626a)
stereopanning 119
duty 3
vibrato 10, 3, 4
unknownmusic0xe8
togglecall
notetype 12, 10, 2
octave 2
note G#, 4

View File

@ -2,7 +2,7 @@ Music_SafariZone_Ch1: ; bc2e (2:7c2e)
tempo 0, 132
stereopanning 119
vibrato 6, 3, 4
unknownmusic0xe8
togglecall
duty 2
notetype 12, 9, 2
octave 3

View File

@ -1,6 +1,4 @@
SFX_02_01_Ch1: ; 82fd (2:42fd)
note D_, 1
rest 2
note D#, 4
unknownnoise0x20 0, 193, 51
endchannel
; 0x8301

View File

@ -1,6 +1,4 @@
SFX_02_02_Ch1: ; 8301 (2:4301)
note D_, 1
note B_, 2
note D#, 4
unknownnoise0x20 0, 177, 51
endchannel
; 0x8305

View File

@ -1,6 +1,4 @@
SFX_02_03_Ch1: ; 8305 (2:4305)
note D_, 1
note A#, 2
note D#, 4
unknownnoise0x20 0, 161, 51
endchannel
; 0x8309

View File

@ -1,6 +1,4 @@
SFX_02_04_Ch1: ; 8309 (2:4309)
note D_, 1
note G#, 2
note D#, 4
unknownnoise0x20 0, 129, 51
endchannel
; 0x830d

View File

@ -1,21 +1,9 @@
SFX_02_05_Ch1: ; 830d (2:430d)
note D_, 8
note G#, 5
note D#, 8
note D_, 7
note G#, 5
note D#, 7
note D_, 6
note G#, 4
note D#, 6
note D_, 5
note G#, 4
note D#, 5
note D_, 4
note G#, 3
note D#, 4
note D_, 3
note G#, 2
note D#, 3
unknownnoise0x20 7, 132, 55
unknownnoise0x20 6, 132, 54
unknownnoise0x20 5, 131, 53
unknownnoise0x20 4, 131, 52
unknownnoise0x20 3, 130, 51
unknownnoise0x20 2, 129, 50
endchannel
; 0x8320

View File

@ -1,6 +1,4 @@
SFX_02_06_Ch1: ; 8320 (2:4320)
note D_, 1
note F_, 2
note D_, 11
unknownnoise0x20 0, 81, 42
endchannel
; 0x8324

View File

@ -1,9 +1,5 @@
SFX_02_07_Ch1: ; 8324 (2:4324)
note D_, 2
note E_, 2
note D_, 12
note D_, 1
note F#, 2
note D_, 11
unknownnoise0x20 1, 65, 43
unknownnoise0x20 0, 97, 42
endchannel
; 0x832b

View File

@ -1,6 +1,4 @@
SFX_02_08_Ch1: ; 832b (2:432b)
note D_, 1
note G#, 2
note C#, 1
unknownnoise0x20 0, 129, 16
endchannel
; 0x832f

View File

@ -1,6 +1,4 @@
SFX_02_09_Ch1: ; 832f (2:432f)
note D_, 1
note G#, 3
note D_, 4
unknownnoise0x20 0, 130, 35
endchannel
; 0x8333

View File

@ -1,6 +1,4 @@
SFX_02_0a_Ch1: ; 8333 (2:4333)
note D_, 1
note G#, 3
note D_, 6
unknownnoise0x20 0, 130, 37
endchannel
; 0x8337

View File

@ -1,6 +1,4 @@
SFX_02_0b_Ch1: ; 8337 (2:4337)
note D_, 1
note G#, 3
note D_, 7
unknownnoise0x20 0, 130, 38
endchannel
; 0x833b

View File

@ -1,6 +1,4 @@
SFX_02_0c_Ch1: ; 833b (2:433b)
note D_, 1
note A#, 2
note C#, 1
unknownnoise0x20 0, 161, 16
endchannel
; 0x833f

View File

@ -1,6 +1,4 @@
SFX_02_0d_Ch1: ; 833f (2:433f)
note D_, 1
note A#, 3
note C#, 2
unknownnoise0x20 0, 162, 17
endchannel
; 0x8343

View File

@ -1,6 +1,4 @@
SFX_02_0e_Ch1: ; 8343 (2:4343)
note D_, 1
note A#, 3
note F_, 1
unknownnoise0x20 0, 162, 80
endchannel
; 0x8347

View File

@ -1,9 +1,5 @@
SFX_02_0f_Ch1: ; 8347 (2:4347)
note D_, 1
note A#, 2
note C#, 9
note D_, 1
note D#, 2
note D#, 4
unknownnoise0x20 0, 161, 24
unknownnoise0x20 0, 49, 51
endchannel
; 0x834e

View File

@ -1,9 +1,5 @@
SFX_02_10_Ch1: ; 834e (2:434e)
note D_, 3
note A_, 2
note D_, 9
note D_, 1
note G_, 2
note C#, 9
unknownnoise0x20 2, 145, 40
unknownnoise0x20 0, 113, 24
endchannel
; 0x8355

View File

@ -1,6 +1,4 @@
SFX_02_11_Ch1: ; 8355 (2:4355)
note D_, 1
note A_, 2
note D_, 3
unknownnoise0x20 0, 145, 34
endchannel
; 0x8359

View File

@ -1,6 +1,4 @@
SFX_02_12_Ch1: ; 8359 (2:4359)
note D_, 1
note G_, 2
note D_, 3
unknownnoise0x20 0, 113, 34
endchannel
; 0x835d

View File

@ -1,6 +1,4 @@
SFX_02_13_Ch1: ; 835d (2:435d)
note D_, 1
note F#, 2
note D_, 3
unknownnoise0x20 0, 97, 34
endchannel
; 0x8361

View File

@ -1,46 +1,22 @@
SFX_02_14_Ch1: ; 8987 (2:4987)
dutycycle 245
note D_, 5
unknownmusic0xf3
note C#, 9
note C_, 8
note D_, 16
octave 3
note A_, 9
note C_, 8
note D_, 9
note A_, 2
note F_, 9
note C_, 8
unknownsfx0x20 4, 243, 24, 7
unknownsfx0x20 15, 229, 152, 7
unknownsfx0x20 8, 145, 88, 7
endchannel
SFX_02_14_Ch2: ; 8996 (2:4996)
dutycycle 160
note D_, 6
note B_, 4
note C_, 9
note C_, 8
note D_, 16
rest 6
note G#, 9
note C_, 8
note D_, 9
note G_, 2
note E_, 9
note C_, 8
unknownsfx0x20 5, 179, 8, 7
unknownsfx0x20 15, 197, 136, 7
unknownsfx0x20 8, 113, 72, 7
endchannel
SFX_02_14_Ch3: ; 89a5 (2:49a5)
note D_, 4
note A#, 2
note C#, 13
note D_, 15
note A_, 5
note D_, 13
note D_, 9
note G#, 2
note C#, 13
unknownnoise0x20 3, 161, 28
unknownnoise0x20 14, 148, 44
unknownnoise0x20 8, 129, 28
endchannel
; 0x89af

View File

@ -1,55 +1,25 @@
SFX_02_15_Ch1: ; 8b97 (2:4b97)
dutycycle 160
note D_, 5
unknownmusic0xf3
note C_, 1
note C_, 7
note D_, 9
notetype 5, 6, 0
note C_, 8
note D_, 4
octave 6
note D_, 1
note C_, 8
note D_, 9
notetype 1, 1, 0
note C_, 8
unknownsfx0x20 4, 243, 0, 6
unknownsfx0x20 8, 213, 96, 7
unknownsfx0x20 3, 226, 32, 7
unknownsfx0x20 8, 209, 16, 7
endchannel
SFX_02_15_Ch2: ; 8baa (2:4baa)
dutycycle 90
note D_, 6
note B_, 4
unknownmusic0xf1
note C_, 7
note D_, 8
rest 6
note F_, 3
note C_, 8
note D_, 4
note A#, 3
note C#, 2
note C_, 8
note D_, 9
note B_, 2
note C_, 2
note C_, 7
unknownsfx0x20 5, 179, 241, 6
unknownsfx0x20 7, 197, 82, 7
unknownsfx0x20 3, 162, 17, 7
unknownsfx0x20 8, 177, 1, 6
endchannel
SFX_02_15_Ch3: ; 8bbd (2:4bbd)
note D_, 4
note A#, 3
note D#, 13
note D_, 13
note A_, 5
note D_, 13
note D_, 4
note G#, 3
note C#, 13
note D_, 9
note G_, 2
note D_, 13
unknownnoise0x20 3, 162, 60
unknownnoise0x20 12, 148, 44
unknownnoise0x20 3, 130, 28
unknownnoise0x20 8, 113, 44
endchannel
; 0x8bca

View File

@ -1,33 +1,16 @@
SFX_02_16_Ch1: ; 8b0c (2:4b0c)
duty 0
note D_, 9
unknownmusic0xf5
note G#, 1
note C_, 5
note D_, 3
octave 7
octave 8
note C_, 6
note D_, 9
notetype 1, 13, 12
note C_, 6
unknownsfx0x20 8, 245, 128, 4
unknownsfx0x20 2, 225, 224, 5
unknownsfx0x20 8, 209, 220, 5
endchannel
SFX_02_16_Ch2: ; 8b1b (2:4b1b)
dutycycle 165
note D_, 8
note A_, 6
note E_, 2
note C_, 5
note D_, 3
note G#, 2
note D_, 2
note C_, 6
note D_, 9
note F#, 2
note C#, 11
note C_, 6
unknownsfx0x20 7, 149, 65, 4
unknownsfx0x20 2, 129, 33, 5
unknownsfx0x20 8, 97, 26, 5
SFX_02_16_Ch3: ; 8b29 (2:4b29)

View File

@ -1,78 +1,31 @@
SFX_02_17_Ch1: ; 88a6 (2:48a6)
dutycycle 240
note D_, 5
unknownmusic0xf7
note C_, 9
note C_, 7
note D_, 7
octave 2
note C_, 1
note C_, 7
note D_, 7
notetype 7, 15, 0
note C_, 6
note D_, 7
rest 5
octave 8
note C_, 6
note D_, 6
notetype 3, 12, 0
note C_, 6
note D_, 5
notetype 3, 10, 0
note C_, 6
note D_, 9
octave 7
note G#, 1
note C_, 6
unknownsfx0x20 4, 247, 8, 6
unknownsfx0x20 6, 230, 0, 6
unknownsfx0x20 6, 215, 240, 5
unknownsfx0x20 6, 196, 224, 5
unknownsfx0x20 5, 211, 192, 5
unknownsfx0x20 4, 211, 160, 5
unknownsfx0x20 8, 225, 128, 5
endchannel
SFX_02_17_Ch2: ; 88c5 (2:48c5)
dutycycle 10
note D_, 5
rest 8
note C_, 5
note C_, 6
note D_, 7
note A#, 7
note C_, 3
note C_, 6
note D_, 7
note A_, 8
unknownmusic0xf1
note C_, 5
note D_, 5
note B_, 5
octave 7
note C_, 5
note D_, 6
note A#, 4
rest 3
note C_, 5
note D_, 5
note B_, 4
note A#, 4
note C_, 5
note D_, 9
rest 2
note G#, 3
note C_, 5
unknownsfx0x20 4, 199, 4, 5
unknownsfx0x20 6, 166, 2, 5
unknownsfx0x20 6, 151, 241, 4
unknownsfx0x20 4, 180, 225, 4
unknownsfx0x20 5, 163, 194, 4
unknownsfx0x20 4, 179, 163, 4
unknownsfx0x20 8, 193, 130, 4
endchannel
SFX_02_17_Ch3: ; 88e4 (2:48e4)
note D_, 13
octave 4
note E_, 13
note D_, 11
rest 8
note F_, 13
note D_, 13
note B_, 7
note E_, 13
note D_, 16
note A#, 3
note F_, 13
unknownnoise0x20 12, 228, 76
unknownnoise0x20 10, 199, 92
unknownnoise0x20 12, 182, 76
unknownnoise0x20 15, 162, 92
endchannel
; 0x88f1

View File

@ -1,81 +1,33 @@
SFX_02_18_Ch1: ; 8c55 (2:4c55)
dutycycle 240
note D_, 5
unknownmusic0xf7
note A#, 1
note C_, 7
note D_, 9
octave 2
note A#, 5
note C_, 7
note D_, 5
notetype 6, 10, 0
note C_, 7
note D_, 13
notetype 3, 2, 0
note C_, 7
note D_, 9
rest 4
note D_, 5
note C_, 7
note D_, 5
rest 3
note D_, 1
note C_, 7
note D_, 9
note B_, 2
note C#, 1
note C_, 7
unknownsfx0x20 4, 247, 160, 6
unknownsfx0x20 8, 230, 164, 6
unknownsfx0x20 4, 214, 160, 6
unknownsfx0x20 12, 211, 32, 6
unknownsfx0x20 8, 195, 36, 6
unknownsfx0x20 4, 194, 32, 6
unknownsfx0x20 8, 177, 16, 6
endchannel
SFX_02_18_Ch2: ; 8c74 (2:4c74)
dutycycle 90
note D_, 5
octave 1
note C_, 2
note C_, 7
note D_, 9
notetype 6, 0, 3
note C_, 7
note D_, 5
rest 7
note C_, 2
note C_, 7
note D_, 13
rest 4
note G#, 2
note C_, 6
note D_, 9
note B_, 4
note G#, 4
note C_, 6
note D_, 5
note B_, 3
note G#, 3
note C_, 6
note D_, 9
note A#, 2
note G_, 2
note C_, 6
unknownsfx0x20 4, 231, 1, 6
unknownsfx0x20 8, 214, 3, 6
unknownsfx0x20 4, 198, 1, 6
unknownsfx0x20 12, 195, 129, 5
unknownsfx0x20 8, 179, 131, 5
unknownsfx0x20 4, 178, 130, 5
unknownsfx0x20 8, 161, 113, 5
endchannel
SFX_02_18_Ch3: ; 8c93 (2:4c93)
note D_, 8
notetype 6, 5, 12
note D_, 9
octave 2
note E_, 13
note D_, 5
notetype 4, 5, 12
note D_, 5
notetype 4, 4, 12
note D_, 8
rest 4
note E_, 13
note D_, 9
note A#, 2
note F_, 13
unknownnoise0x20 7, 214, 92
unknownnoise0x20 8, 230, 76
unknownnoise0x20 4, 212, 92
unknownnoise0x20 4, 212, 76
unknownnoise0x20 7, 195, 76
unknownnoise0x20 8, 161, 92
endchannel
; 0x8ca6

View File

@ -1,40 +1,18 @@
SFX_02_19_Ch1: ; 8a35 (2:4a35)
dutycycle 10
note D_, 7
octave 6
note C_, 1
note C_, 6
note D_, 7
octave 5
note G#, 1
note C_, 6
note D_, 7
notetype 3, 7, 0
note C_, 6
note D_, 9
note A#, 2
note F#, 1
note C_, 6
unknownsfx0x20 6, 226, 0, 5
unknownsfx0x20 6, 227, 128, 5
unknownsfx0x20 6, 211, 112, 5
unknownsfx0x20 8, 161, 96, 5
endchannel
SFX_02_19_Ch2: ; 8a48 (2:4a48)
dutycycle 245
note D_, 7
octave 6
note G#, 3
note C_, 5
note D_, 7
notetype 3, 0, 1
note C_, 6
note D_, 7
note B_, 3
octave 6
note C_, 5
note D_, 9
note G#, 2
rest 2
note C_, 5
unknownsfx0x20 6, 226, 130, 4
unknownsfx0x20 6, 211, 1, 5
unknownsfx0x20 6, 178, 226, 4
unknownsfx0x20 8, 129, 193, 4
SFX_02_19_Ch3: ; 8a5a (2:4a5a)

View File

@ -1,29 +1,11 @@
SFX_02_1a_Ch1: ; 89df (2:49df)
dutycycle 250
note D_, 7
note G#, 4
note E_, 8
note C_, 3
note D_, 16
note F#, 3
note D_, 7
note C_, 3
note D_, 5
note F_, 3
note E_, 6
note C_, 3
note D_, 10
note F#, 4
note C_, 7
note C_, 3
note D_, 16
note G#, 3
note D_, 6
note C_, 3
note D_, 16
note E_, 3
note C_, 8
note C_, 3
unknownsfx0x20 6, 131, 71, 2
unknownsfx0x20 15, 98, 38, 2
unknownsfx0x20 4, 82, 69, 2
unknownsfx0x20 9, 99, 6, 2
unknownsfx0x20 15, 130, 37, 2
unknownsfx0x20 15, 66, 7, 2
SFX_02_1a_Ch2: ; 89f9 (2:49f9)
@ -31,21 +13,11 @@ SFX_02_1a_Ch2: ; 89f9 (2:49f9)
SFX_02_1a_Ch3: ; 89fa (2:49fa)
note D_, 9
notetype 4, 8, 12
note D_, 5
octave 6
note A_, 13
note D_, 16
rest 7
note G#, 13
note D_, 9
octave 4
note A#, 13
note D_, 16
notetype 7, 9, 12
note D_, 16
unknownmusic0xf2
note A#, 13
unknownnoise0x20 8, 212, 140
unknownnoise0x20 4, 226, 156
unknownnoise0x20 15, 198, 140
unknownnoise0x20 8, 228, 172
unknownnoise0x20 15, 215, 156
unknownnoise0x20 15, 242, 172
endchannel
; 0x8a0d

View File

@ -1,45 +1,22 @@
SFX_02_1b_Ch1: ; 8a0d (2:4a0d)
dutycycle 240
note D_, 5
unknownmusic0xf3
octave 8
note C_, 7
note D_, 16
octave 4
note E_, 1
note C_, 7
note D_, 9
rest 2
note D_, 1
note C_, 7
unknownsfx0x20 4, 243, 224, 6
unknownsfx0x20 15, 228, 64, 6
unknownsfx0x20 8, 193, 32, 6
endchannel
SFX_02_1b_Ch2: ; 8a1c (2:4a1c)
dutycycle 10
note D_, 4
rest 4
note G#, 4
note C_, 7
note D_, 15
note B_, 5
note C_, 3
note C_, 7
note D_, 9
note A#, 2
note C_, 2
note C_, 7
unknownsfx0x20 3, 195, 131, 6
unknownsfx0x20 14, 180, 2, 6
unknownsfx0x20 8, 161, 1, 6
endchannel
SFX_02_1b_Ch3: ; 8a2b (2:4a2b)
note D_, 5
notetype 3, 5, 12
note D_, 16
octave 2
note E_, 13
note D_, 9
note B_, 2
note F_, 13
unknownnoise0x20 4, 211, 92
unknownnoise0x20 15, 230, 76
unknownnoise0x20 8, 177, 92
endchannel
; 0x8a35

View File

@ -1,51 +1,24 @@
SFX_02_1c_Ch1: ; 8c25 (2:4c25)
dutycycle 240
note D_, 16
unknownmusic0xf6
note F#, 6
note C_, 6
note D_, 11
octave 4
note G_, 13
note C_, 6
note D_, 4
rest 3
note F_, 13
note C_, 6
note D_, 16
note B_, 3
note D#, 13
note C_, 6
unknownsfx0x20 15, 246, 101, 5
unknownsfx0x20 10, 228, 124, 5
unknownsfx0x20 3, 194, 92, 5
unknownsfx0x20 15, 178, 60, 5
endchannel
SFX_02_1c_Ch2: ; 8c38 (2:4c38)
dutycycle 90
note D_, 15
notetype 6, 0, 3
note C_, 6
note D_, 10
note B_, 5
note C#, 12
note C_, 6
note D_, 5
note A_, 3
unknownmusic0xfa
note C_, 5
note D_, 16
note A#, 3
notetype 11, 0, 4
unknownsfx0x20 14, 214, 3, 5
unknownsfx0x20 9, 180, 27, 5
unknownsfx0x20 4, 146, 250, 4
unknownsfx0x20 15, 162, 219, 4
endchannel
SFX_02_1c_Ch3: ; 8c4b (2:4c4b)
note D_, 13
octave 2
note E_, 13
note D_, 12
notetype 7, 5, 12
note D_, 16
rest 3
note E_, 13
unknownnoise0x20 12, 230, 76
unknownnoise0x20 11, 215, 92
unknownnoise0x20 15, 194, 76
endchannel
; 0x8c55

View File

@ -1,83 +1,36 @@
SFX_02_1d_Ch1: ; 872f (2:472f)
dutycycle 240
note D_, 16
unknownmusic0xf7
note A#, 1
note C_, 8
note D_, 7
octave 2
note A#, 4
note C_, 8
note D_, 11
unknownmusic0xf4
note A#, 1
note C_, 8
unknownsfx0x20 15, 247, 160, 7
unknownsfx0x20 6, 230, 163, 7
unknownsfx0x20 10, 244, 160, 7
dutycycle 165
note D_, 11
unknownmusic0xf6
notetype 8, 0, 7
note D_, 5
octave 5
notetype 7, 0, 7
note D_, 16
unknownmusic0xf2
notetype 8, 0, 7
unknownsfx0x20 10, 246, 216, 7
unknownsfx0x20 4, 227, 215, 7
unknownsfx0x20 15, 242, 216, 7
endchannel
SFX_02_1d_Ch2: ; 874c (2:474c)
dutycycle 5
note D_, 3
note C_, 9
note C_, 1
note C_, 1
note D_, 16
note A#, 8
note A#, 2
note C_, 7
note D_, 7
note G#, 7
note A#, 3
note C_, 7
note D_, 11
note G_, 5
note A#, 2
note C_, 7
unknownsfx0x20 2, 8, 0, 0
unknownsfx0x20 15, 167, 161, 6
unknownsfx0x20 6, 134, 162, 6
unknownsfx0x20 10, 116, 161, 6
dutycycle 95
note D_, 11
note G_, 7
notetype 6, 0, 6
note D_, 5
note G#, 4
notetype 9, 0, 6
note D_, 16
note A#, 3
notetype 7, 0, 6
unknownsfx0x20 10, 118, 214, 6
unknownsfx0x20 4, 131, 217, 6
unknownsfx0x20 15, 162, 215, 6
endchannel
SFX_02_1d_Ch3: ; 876d (2:476d)
note D_, 3
unknownmusic0xf2
note D#, 13
note D_, 9
octave 4
note D#, 15
note D_, 16
notetype 7, 3, 12
note D_, 7
rest 6
note D#, 12
note D_, 7
octave 4
note D#, 14
note D_, 9
note B_, 7
note D#, 13
note D_, 7
notetype 4, 3, 13
note D_, 9
rest 2
note D#, 12
unknownnoise0x20 2, 242, 60
unknownnoise0x20 8, 228, 62
unknownnoise0x20 15, 215, 60
unknownnoise0x20 6, 197, 59
unknownnoise0x20 6, 228, 61
unknownnoise0x20 8, 182, 60
unknownnoise0x20 6, 212, 61
unknownnoise0x20 8, 193, 59
endchannel
; 0x8786

View File

@ -1,94 +1,36 @@
SFX_02_1e_Ch1: ; 8bca (2:4bca)
dutycycle 240
note D_, 9
unknownmusic0xf7
octave 8
note C_, 7
note D_, 7
octave 2
octave 3
note C_, 7
note D_, 4
unknownmusic0xf4
octave 8
note C_, 7
note D_, 4
unknownmusic0xf6
notetype 0, 0, 6
note D_, 4
octave 5
rest 1
note C_, 7
note D_, 5
unknownmusic0xf2
note B_, 1
note C_, 7
note D_, 16
note A#, 3
rest 9
note C_, 7
unknownsfx0x20 8, 247, 224, 6
unknownsfx0x20 6, 230, 229, 6
unknownsfx0x20 3, 244, 224, 6
unknownsfx0x20 3, 246, 208, 6
unknownsfx0x20 3, 227, 192, 6
unknownsfx0x20 4, 242, 176, 6
unknownsfx0x20 15, 162, 200, 6
endchannel
SFX_02_1e_Ch2: ; 8be9 (2:4be9)
dutycycle 5
note D_, 4
note C_, 9
note C_, 1
note C_, 1
note D_, 9
note A#, 8
note A#, 2
note C_, 7
note D_, 7
note G#, 7
note A#, 4
note C_, 7
note D_, 4
note G_, 5
note A#, 2
note C_, 7
note D_, 4
note G_, 7
note A_, 2
note C_, 7
note D_, 4
note G#, 4
note G#, 3
note C_, 7
note D_, 5
note A#, 3
note G_, 2
note C_, 7
note D_, 16
note G_, 3
note G#, 10
note C_, 7
unknownsfx0x20 3, 8, 0, 0
unknownsfx0x20 8, 167, 161, 6
unknownsfx0x20 6, 134, 163, 6
unknownsfx0x20 3, 116, 161, 6
unknownsfx0x20 3, 118, 145, 6
unknownsfx0x20 3, 131, 130, 6
unknownsfx0x20 4, 162, 113, 6
unknownsfx0x20 15, 114, 137, 6
endchannel
SFX_02_1e_Ch3: ; 8c0c (2:4c0c)
note D_, 3
unknownmusic0xf2
note D#, 13
note D_, 9
octave 4
note D#, 15
note D_, 9
notetype 7, 3, 12
note D_, 6
rest 6
note D#, 12
note D_, 4
notetype 4, 2, 12
note D_, 3
note B_, 7
note D#, 13
note D_, 4
note A#, 5
note D_, 13
note D_, 9
note A_, 2
note D#, 13
unknownnoise0x20 2, 242, 60
unknownnoise0x20 8, 228, 62
unknownnoise0x20 8, 215, 60
unknownnoise0x20 5, 197, 59
unknownnoise0x20 3, 212, 44
unknownnoise0x20 2, 182, 60
unknownnoise0x20 3, 164, 44
unknownnoise0x20 8, 145, 60
endchannel
; 0x8c25

View File

@ -1,98 +1,38 @@
SFX_02_1f_Ch1: ; 8a5b (2:4a5b)
dutycycle 204
note D_, 5
unknownmusic0xf1
note C_, 1
note C_, 8
note D_, 5
octave 7
note G#, 1
note C_, 8
note D_, 5
notetype 1, 4, 0
note C_, 8
note D_, 5
octave 7
note E_, 1
note C_, 8
note D_, 5
unknownmusic0xf1
note G#, 1
note C_, 8
note D_, 5
notetype 1, 0, 0
note C_, 8
note D_, 5
unknownmusic0xf1
note C_, 2
note C_, 8
note D_, 5
notetype 1, 8, 2
note C_, 8
note D_, 5
rest 2
note E_, 3
note C_, 8
note D_, 9
note B_, 2
note E_, 2
note C_, 8
unknownsfx0x20 4, 241, 0, 7
unknownsfx0x20 4, 225, 128, 7
unknownsfx0x20 4, 209, 64, 7
unknownsfx0x20 4, 225, 64, 7
unknownsfx0x20 4, 241, 128, 7
unknownsfx0x20 4, 209, 0, 7
unknownsfx0x20 4, 241, 1, 7
unknownsfx0x20 4, 209, 130, 7
unknownsfx0x20 4, 193, 66, 7
unknownsfx0x20 8, 177, 65, 7
endchannel
SFX_02_1f_Ch2: ; 8a86 (2:4a86)
dutycycle 68
note D_, 13
note C_, 9
note C_, 1
note C_, 1
note D_, 5
unknownmusic0xf1
note C_, 2
note C_, 8
note D_, 5
octave 7
note G#, 3
note C_, 8
note D_, 5
notetype 1, 4, 1
note C_, 8
note D_, 5
octave 7
note E_, 2
note C_, 8
note D_, 5
unknownmusic0xf1
note G#, 3
note C_, 8
note D_, 9
notetype 1, 0, 1
note C_, 8
unknownsfx0x20 12, 8, 0, 0
unknownsfx0x20 4, 241, 1, 7
unknownsfx0x20 4, 225, 130, 7
unknownsfx0x20 4, 209, 65, 7
unknownsfx0x20 4, 225, 65, 7
unknownsfx0x20 4, 241, 130, 7
unknownsfx0x20 8, 209, 1, 7
endchannel
SFX_02_1f_Ch3: ; 8aa5 (2:4aa5)
note D_, 16
note C_, 9
note C_, 1
note D_, 5
note C_, 9
note C_, 1
note D_, 5
notetype 1, 4, 12
note D_, 5
note B_, 2
note D_, 13
note D_, 5
notetype 1, 3, 12
note D_, 5
note B_, 2
note D#, 13
note D_, 5
rest 2
note D_, 13
note D_, 9
note A#, 2
note E_, 13
unknownnoise0x20 15, 8, 0
unknownnoise0x20 4, 8, 0
unknownnoise0x20 4, 209, 76
unknownnoise0x20 4, 177, 44
unknownnoise0x20 4, 209, 60
unknownnoise0x20 4, 177, 60
unknownnoise0x20 4, 193, 44
unknownnoise0x20 8, 161, 76
endchannel
; 0x8abe

View File

@ -1,78 +1,28 @@
SFX_02_20_Ch1: ; 8abe (2:4abe)
dutycycle 204
note D_, 9
unknownmusic0xf5
note C_, 1
note C_, 7
note D_, 3
notetype 2, 3, 8
note C_, 7
note D_, 3
rest 3
note D#, 1
note C_, 7
note D_, 3
rest 3
note D_, 9
note C_, 7
note D_, 3
note B_, 3
note D_, 1
note C_, 7
note D_, 3
note B_, 3
note C#, 1
note C_, 7
note D_, 3
note A#, 3
note C#, 9
note C_, 7
note D_, 3
note B_, 3
note C#, 1
note C_, 7
note D_, 9
rest 2
note D_, 1
note C_, 7
unknownsfx0x20 8, 245, 0, 6
unknownsfx0x20 2, 210, 56, 6
unknownsfx0x20 2, 194, 48, 6
unknownsfx0x20 2, 194, 40, 6
unknownsfx0x20 2, 178, 32, 6
unknownsfx0x20 2, 178, 16, 6
unknownsfx0x20 2, 162, 24, 6
unknownsfx0x20 2, 178, 16, 6
unknownsfx0x20 8, 193, 32, 6
endchannel
SFX_02_20_Ch2: ; 8ae5 (2:4ae5)
dutycycle 68
note D_, 13
rest 4
rest 1
note C_, 6
note D_, 4
note B_, 2
unknownmusic0xf9
note C_, 6
note D_, 3
note A#, 2
unknownmusic0xf1
note C_, 6
note D_, 3
note A#, 2
unknownmusic0xe9
note C_, 6
note D_, 3
note A_, 2
octave 7
note C_, 6
note D_, 3
note A_, 2
notetype 9, 0, 5
note D_, 3
note G#, 2
notetype 1, 0, 5
note D_, 3
note A_, 2
notetype 9, 0, 5
note D_, 9
note A_, 2
octave 7
note C_, 6
unknownsfx0x20 12, 195, 192, 5
unknownsfx0x20 3, 177, 249, 5
unknownsfx0x20 2, 161, 241, 5
unknownsfx0x20 2, 161, 233, 5
unknownsfx0x20 2, 145, 225, 5
unknownsfx0x20 2, 145, 217, 5
unknownsfx0x20 2, 129, 209, 5
unknownsfx0x20 2, 145, 217, 5
unknownsfx0x20 8, 145, 225, 5
SFX_02_20_Ch3: ; 8b0b (2:4b0b)

View File

@ -1,106 +1,41 @@
SFX_02_21_Ch1: ; 8b2a (2:4b2a)
dutycycle 136
note D_, 6
unknownmusic0xf2
note F_, 1
note C_, 7
note D_, 10
notetype 1, 6, 0
note C_, 7
note D_, 6
octave 6
note C#, 3
note C_, 7
note D_, 10
rest 2
note D_, 3
note C_, 7
note D_, 6
unknownmusic0xf2
note C#, 1
note C_, 7
note D_, 7
notetype 1, 2, 0
note C_, 7
unknownsfx0x20 5, 242, 80, 6
unknownsfx0x20 9, 209, 96, 6
unknownsfx0x20 5, 226, 18, 6
unknownsfx0x20 9, 193, 34, 6
unknownsfx0x20 5, 242, 16, 6
unknownsfx0x20 6, 209, 32, 6
loopchannel 2, SFX_02_21_Ch1
endchannel
SFX_02_21_Ch2: ; 8b49 (2:4b49)
dutycycle 64
note D_, 5
note C_, 9
note C_, 1
note C_, 1
note D_, 6
unknownmusic0xf2
note F_, 2
note C_, 7
note D_, 10
notetype 1, 6, 1
note C_, 7
note D_, 6
octave 6
note C#, 5
note C_, 7
note D_, 9
rest 2
note D_, 5
note C_, 7
note D_, 6
unknownmusic0xf2
note C#, 2
note C_, 7
note D_, 13
notetype 1, 2, 1
note C_, 7
note D_, 6
octave 6
note C#, 5
note C_, 7
note D_, 9
rest 2
note D_, 5
note C_, 7
note D_, 6
unknownmusic0xf2
note C#, 2
note C_, 7
note D_, 5
notetype 1, 2, 1
note C_, 7
unknownsfx0x20 4, 8, 0, 0
unknownsfx0x20 5, 242, 81, 6
unknownsfx0x20 9, 209, 97, 6
unknownsfx0x20 5, 226, 20, 6
unknownsfx0x20 8, 193, 36, 6
unknownsfx0x20 5, 242, 17, 6
unknownsfx0x20 12, 209, 33, 6
unknownsfx0x20 5, 226, 20, 6
unknownsfx0x20 8, 193, 36, 6
unknownsfx0x20 5, 242, 17, 6
unknownsfx0x20 4, 209, 33, 6
endchannel
SFX_02_21_Ch3: ; 8b78 (2:4b78)
note D_, 7
notetype 2, 1, 12
note D_, 10
note B_, 2
note D_, 13
note D_, 9
rest 3
note D_, 13
note D_, 10
note B_, 2
note D#, 13
note D_, 7
rest 3
note D_, 13
note D_, 10
note A#, 3
note D#, 13
note D_, 8
rest 3
note D_, 13
note D_, 6
note A#, 2
note D#, 13
note D_, 10
rest 3
note D_, 13
note D_, 5
note A#, 2
note D#, 13
unknownnoise0x20 6, 210, 28
unknownnoise0x20 9, 177, 44
unknownnoise0x20 8, 194, 44
unknownnoise0x20 9, 177, 60
unknownnoise0x20 6, 194, 44
unknownnoise0x20 9, 162, 60
unknownnoise0x20 7, 194, 44
unknownnoise0x20 5, 161, 60
unknownnoise0x20 9, 194, 44
unknownnoise0x20 4, 161, 60
endchannel
; 0x8b97

View File

@ -1,54 +1,24 @@
SFX_02_22_Ch1: ; 89af (2:49af)
dutycycle 165
note D_, 5
octave 7
note C_, 1
note C_, 8
note D_, 5
unknownmusic0xf2
note G#, 1
note C_, 8
note D_, 3
note A_, 3
note E_, 1
note C_, 8
note D_, 9
octave 7
note C_, 1
note C_, 7
unknownsfx0x20 4, 225, 0, 7
unknownsfx0x20 4, 242, 128, 7
unknownsfx0x20 2, 146, 64, 7
unknownsfx0x20 8, 225, 0, 6
endchannel
SFX_02_22_Ch2: ; 89c2 (2:49c2)
dutycycle 10
note D_, 5
note B_, 2
octave 7
note C_, 7
note D_, 4
rest 3
octave 7
note C_, 7
note D_, 4
note F#, 3
note G#, 2
note C_, 7
note D_, 9
note B_, 2
octave 7
note C_, 6
unknownsfx0x20 4, 177, 225, 6
unknownsfx0x20 3, 194, 225, 6
unknownsfx0x20 3, 98, 129, 6
unknownsfx0x20 8, 177, 225, 5
endchannel
SFX_02_22_Ch3: ; 89d5 (2:49d5)
note D_, 3
note F#, 2
note D#, 3
note D_, 3
note F#, 2
note D_, 2
note D_, 9
note F#, 2
note C#, 2
unknownnoise0x20 2, 97, 50
unknownnoise0x20 2, 97, 33
unknownnoise0x20 8, 97, 17
endchannel
; 0x89df

View File

@ -1,75 +1,30 @@
SFX_02_23_Ch1: ; 88f1 (2:48f1)
dutycycle 241
note D_, 5
unknownmusic0xf7
rest 1
note C_, 8
note D_, 13
octave 2
rest 3
note C_, 8
note D_, 7
note B_, 6
note G#, 1
note C_, 7
note D_, 5
rest 5
note G_, 1
note C_, 7
note D_, 5
note B_, 6
note F#, 1
note C_, 7
note D_, 9
rest 2
note E_, 1
note C_, 7
unknownsfx0x20 4, 247, 192, 7
unknownsfx0x20 12, 230, 194, 7
unknownsfx0x20 6, 181, 128, 6
unknownsfx0x20 4, 196, 112, 6
unknownsfx0x20 4, 181, 96, 6
unknownsfx0x20 8, 193, 64, 6
endchannel
SFX_02_23_Ch2: ; 890c (2:490c)
dutycycle 204
note D_, 4
rest 8
note G#, 2
note C_, 8
note D_, 13
note B_, 7
note G#, 1
note C_, 8
note D_, 7
note A#, 6
note E_, 2
note C_, 7
note D_, 5
rest 5
note D#, 3
note C_, 7
note D_, 7
note B_, 6
note D_, 2
note C_, 7
note D_, 9
note A#, 2
note C_, 3
note C_, 7
unknownsfx0x20 3, 199, 129, 7
unknownsfx0x20 12, 182, 128, 7
unknownsfx0x20 6, 165, 65, 6
unknownsfx0x20 4, 196, 50, 6
unknownsfx0x20 6, 181, 33, 6
unknownsfx0x20 8, 161, 2, 6
endchannel
SFX_02_23_Ch3: ; 8927 (2:4927)
note D_, 4
octave 4
note D#, 13
note D_, 13
notetype 6, 2, 12
note D_, 5
octave 4
note D#, 13
note D_, 9
note B_, 8
note F_, 13
note D_, 16
rest 3
note F_, 14
unknownnoise0x20 3, 228, 60
unknownnoise0x20 12, 214, 44
unknownnoise0x20 4, 228, 60
unknownnoise0x20 8, 183, 92
unknownnoise0x20 15, 194, 93
endchannel
; 0x8937

View File

@ -1,83 +1,32 @@
SFX_02_24_Ch1: ; 8937 (2:4937)
dutycycle 201
note D_, 9
unknownmusic0xf7
note G#, 1
note C_, 7
note D_, 3
unknownmusic0xf7
note F#, 1
note C_, 7
note D_, 2
octave 1
note E_, 1
note C_, 7
note D_, 2
octave 1
note D_, 1
note C_, 7
note D_, 16
notetype 1, 0, 0
note C_, 7
note D_, 5
rest 8
note E_, 1
note C_, 8
note D_, 5
note A#, 8
note D#, 1
note C_, 8
note D_, 16
note A_, 2
note D_, 1
note C_, 8
unknownsfx0x20 8, 247, 128, 6
unknownsfx0x20 2, 247, 96, 6
unknownsfx0x20 1, 231, 64, 6
unknownsfx0x20 1, 231, 32, 6
unknownsfx0x20 15, 209, 0, 6
unknownsfx0x20 4, 199, 64, 7
unknownsfx0x20 4, 167, 48, 7
unknownsfx0x20 15, 145, 32, 7
endchannel
SFX_02_24_Ch2: ; 895a (2:495a)
dutycycle 121
note D_, 11
octave 1
note G#, 3
note C_, 7
note D_, 3
octave 1
note F#, 3
note C_, 7
note D_, 2
notetype 7, 4, 2
note C_, 7
note D_, 2
notetype 7, 2, 2
note C_, 7
note D_, 16
rest 2
note C_, 3
note C_, 7
note D_, 5
note B_, 8
note E_, 3
note C_, 8
note D_, 3
note A_, 8
note D#, 3
note C_, 8
note D_, 16
note G#, 2
note D_, 3
note C_, 8
unknownsfx0x20 10, 231, 130, 6
unknownsfx0x20 2, 231, 98, 6
unknownsfx0x20 1, 215, 66, 6
unknownsfx0x20 1, 215, 34, 6
unknownsfx0x20 15, 193, 2, 6
unknownsfx0x20 4, 183, 66, 7
unknownsfx0x20 2, 151, 50, 7
unknownsfx0x20 15, 129, 34, 7
endchannel
SFX_02_24_Ch3: ; 897d (2:497d)
note D_, 5
note G_, 5
note D_, 2
note D_, 5
note G_, 5
note C#, 1
note D_, 5
note G_, 2
note D_, 1
unknownnoise0x20 4, 116, 33
unknownnoise0x20 4, 116, 16
unknownnoise0x20 4, 113, 32
endchannel
; 0x8987

View File

@ -1,87 +1,35 @@
SFX_02_25_Ch1: ; 8813 (2:4813)
dutycycle 240
note D_, 7
unknownmusic0xf7
note A#, 1
note C_, 8
note D_, 9
octave 2
note A#, 5
note C_, 8
note D_, 5
notetype 6, 10, 0
note C_, 8
note D_, 16
notetype 3, 2, 0
note C_, 8
note D_, 9
rest 4
note D_, 4
note C_, 8
note D_, 3
rest 3
note D_, 9
note C_, 8
note D_, 9
note B_, 2
note D#, 1
note C_, 8
unknownsfx0x20 6, 247, 160, 7
unknownsfx0x20 8, 230, 164, 7
unknownsfx0x20 4, 214, 160, 7
unknownsfx0x20 15, 211, 32, 7
unknownsfx0x20 8, 195, 35, 7
unknownsfx0x20 2, 194, 40, 7
unknownsfx0x20 8, 177, 48, 7
endchannel
SFX_02_25_Ch2: ; 8832 (2:4832)
dutycycle 10
note D_, 5
note C_, 9
note C_, 1
note C_, 1
note D_, 7
note A#, 8
note E_, 2
note C_, 8
note D_, 9
note G#, 7
note E_, 4
note C_, 8
note D_, 5
note G_, 7
note E_, 2
note C_, 8
note D_, 14
note G#, 4
rest 3
note C_, 7
note D_, 8
note G_, 4
rest 2
note C_, 7
note D_, 4
note G#, 3
rest 13
note C_, 7
note D_, 9
note G_, 2
notetype 8, 0, 6
unknownsfx0x20 4, 8, 0, 0
unknownsfx0x20 6, 167, 65, 7
unknownsfx0x20 8, 134, 67, 7
unknownsfx0x20 4, 118, 65, 7
unknownsfx0x20 13, 131, 194, 6
unknownsfx0x20 7, 115, 193, 6
unknownsfx0x20 3, 130, 204, 6
unknownsfx0x20 8, 113, 216, 6
endchannel
SFX_02_25_Ch3: ; 8855 (2:4855)
note D_, 3
unknownmusic0xf2
note E_, 13
note D_, 7
octave 2
note D#, 11
note D_, 5
notetype 7, 3, 10
note D_, 7
notetype 6, 2, 12
note D_, 9
octave 3
note D#, 13
note D_, 13
notetype 2, 3, 13
note D_, 9
notetype 1, 2, 12
unknownnoise0x20 2, 242, 76
unknownnoise0x20 6, 230, 58
unknownnoise0x20 4, 215, 58
unknownnoise0x20 6, 214, 44
unknownnoise0x20 8, 229, 60
unknownnoise0x20 12, 210, 61
unknownnoise0x20 8, 209, 44
endchannel
; 0x886b

View File

@ -1,52 +1,25 @@
SFX_02_26_Ch1: ; 8d2b (2:4d2b)
dutycycle 165
note D_, 13
unknownmusic0xf2
note E_, 1
note C_, 5
note D_, 16
octave 5
note A#, 1
note C_, 5
note D_, 5
notetype 2, 9, 0
note C_, 5
note D_, 9
notetype 1, 8, 0
note C_, 5
unknownsfx0x20 12, 242, 64, 4
unknownsfx0x20 15, 227, 160, 4
unknownsfx0x20 4, 210, 144, 4
unknownsfx0x20 8, 209, 128, 4
endchannel
SFX_02_26_Ch2: ; 8d3e (2:4d3e)
dutycycle 238
note D_, 12
notetype 2, 3, 8
note C_, 5
note D_, 15
rest 7
note A_, 9
note C_, 5
note D_, 4
note B_, 3
note G#, 9
note C_, 5
note D_, 9
note B_, 2
note G_, 9
note C_, 5
unknownsfx0x20 11, 210, 56, 4
unknownsfx0x20 14, 198, 152, 4
unknownsfx0x20 3, 178, 136, 4
unknownsfx0x20 8, 177, 120, 4
endchannel
SFX_02_26_Ch3: ; 8d51 (2:4d51)
note D_, 11
octave 2
note F#, 13
note D_, 16
notetype 2, 5, 12
note D_, 4
rest 3
note F#, 13
note D_, 9
notetype 1, 5, 12
unknownnoise0x20 10, 230, 108
unknownnoise0x20 15, 210, 92
unknownnoise0x20 3, 194, 108
unknownnoise0x20 8, 209, 92
endchannel
; 0x8d5e

View File

@ -1,74 +1,31 @@
SFX_02_27_Ch1: ; 8d5e (2:4d5e)
dutycycle 51
note D_, 16
unknownmusic0xf6
rest 1
note C_, 6
note D_, 9
octave 5
note B_, 13
note C_, 6
note D_, 7
notetype 2, 13, 0
note C_, 6
note D_, 7
note B_, 3
octave 8
note C_, 6
note D_, 7
rest 3
stereopanning 5
note D_, 9
note B_, 2
note C_, 1
note C_, 7
unknownsfx0x20 15, 246, 192, 5
unknownsfx0x20 8, 227, 188, 5
unknownsfx0x20 6, 210, 208, 5
unknownsfx0x20 6, 178, 224, 5
unknownsfx0x20 6, 194, 240, 5
unknownsfx0x20 8, 177, 0, 6
endchannel
SFX_02_27_Ch2: ; 8d79 (2:4d79)
dutycycle 153
note D_, 15
rest 7
note B_, 2
note C_, 5
note D_, 8
rest 4
note A#, 14
note C_, 5
note D_, 6
note B_, 3
rest 2
note C_, 5
note D_, 9
note A_, 3
notetype 1, 0, 4
note D_, 7
note A#, 3
octave 7
note C_, 5
note D_, 9
note A_, 2
unknownmusic0xf1
note C_, 5
unknownsfx0x20 14, 198, 177, 4
unknownsfx0x20 7, 195, 173, 4
unknownsfx0x20 5, 178, 193, 4
unknownsfx0x20 8, 146, 209, 4
unknownsfx0x20 6, 162, 225, 4
unknownsfx0x20 8, 145, 241, 4
endchannel
SFX_02_27_Ch3: ; 8d94 (2:4d94)
note D_, 11
octave 2
note F_, 13
note D_, 11
notetype 6, 6, 12
note D_, 5
rest 3
note E_, 13
note D_, 7
notetype 3, 5, 12
note D_, 9
note B_, 4
note E_, 13
note D_, 9
note A#, 2
note F_, 13
unknownnoise0x20 10, 230, 92
unknownnoise0x20 10, 214, 108
unknownnoise0x20 4, 194, 76
unknownnoise0x20 6, 211, 92
unknownnoise0x20 8, 179, 76
unknownnoise0x20 8, 161, 92
endchannel
; 0x8da7

View File

@ -1,44 +1,22 @@
SFX_02_28_Ch1: ; 8da7 (2:4da7)
dutycycle 240
note D_, 9
octave 4
note A_, 1
note C_, 8
note D_, 16
unknownmusic0xf5
rest 1
note C_, 8
note D_, 9
notetype 1, 13, 8
note C_, 8
unknownsfx0x20 8, 228, 144, 7
unknownsfx0x20 15, 245, 192, 7
unknownsfx0x20 8, 209, 216, 7
endchannel
SFX_02_28_Ch2: ; 8db6 (2:4db6)
dutycycle 165
note D_, 11
rest 5
note G_, 2
note C_, 8
note D_, 16
note B_, 7
note A#, 3
note C_, 8
note D_, 9
note A#, 2
note B_, 8
note C_, 8
unknownsfx0x20 10, 196, 113, 7
unknownsfx0x20 15, 182, 162, 7
unknownsfx0x20 8, 161, 183, 7
endchannel
SFX_02_28_Ch3: ; 8dc5 (2:4dc5)
note D_, 9
octave 4
note E_, 13
note D_, 15
rest 5
note D#, 13
note D_, 9
notetype 1, 2, 12
unknownnoise0x20 8, 228, 76
unknownnoise0x20 14, 196, 60
unknownnoise0x20 8, 209, 44
endchannel
; 0x8dcf

View File

@ -1,76 +1,31 @@
SFX_02_29_Ch1: ; 8e35 (2:4e35)
dutycycle 240
note D_, 5
unknownmusic0xf3
note G#, 1
note C_, 8
note D_, 16
octave 1
note C_, 1
note C_, 8
note D_, 9
notetype 3, 1, 0
note C_, 8
note D_, 5
rest 3
note C_, 1
note C_, 8
note D_, 5
notetype 2, 15, 0
note C_, 7
note D_, 9
rest 2
octave 8
note C_, 7
unknownsfx0x20 4, 243, 128, 7
unknownsfx0x20 15, 231, 0, 7
unknownsfx0x20 8, 211, 16, 7
unknownsfx0x20 4, 194, 0, 7
unknownsfx0x20 4, 210, 240, 6
unknownsfx0x20 8, 193, 224, 6
endchannel
SFX_02_29_Ch2: ; 8e50 (2:4e50)
dutycycle 90
note D_, 7
rest 4
note C_, 2
note C_, 8
note D_, 15
note B_, 8
note G#, 2
note C_, 7
note D_, 8
note B_, 4
note A_, 3
note C_, 7
note D_, 4
note A#, 3
note G#, 2
note C_, 7
note D_, 5
note B_, 3
note G_, 3
note C_, 7
note D_, 9
note A#, 2
note F#, 2
note C_, 7
unknownsfx0x20 6, 195, 1, 7
unknownsfx0x20 14, 183, 129, 6
unknownsfx0x20 7, 179, 146, 6
unknownsfx0x20 3, 162, 129, 6
unknownsfx0x20 4, 178, 114, 6
unknownsfx0x20 8, 161, 97, 6
endchannel
SFX_02_29_Ch3: ; 8e6b (2:4e6b)
note D_, 7
octave 5
note F_, 13
note D_, 15
notetype 6, 4, 12
note D_, 7
rest 7
note D#, 13
note D_, 4
note B_, 4
note E_, 13
note D_, 4
note A#, 3
note F_, 13
note D_, 9
note B_, 2
note F#, 13
unknownnoise0x20 6, 227, 92
unknownnoise0x20 14, 214, 76
unknownnoise0x20 6, 198, 60
unknownnoise0x20 3, 179, 76
unknownnoise0x20 3, 162, 92
unknownnoise0x20 8, 177, 108
endchannel
; 0x8e7e

View File

@ -1,44 +1,22 @@
SFX_02_2a_Ch1: ; 8cc8 (2:4cc8)
dutycycle 240
note D_, 16
notetype 7, 8, 0
note C_, 8
note D_, 5
octave 2
note A#, 1
note C_, 8
note D_, 16
notetype 2, 4, 0
note C_, 8
unknownsfx0x20 15, 215, 128, 7
unknownsfx0x20 4, 230, 160, 7
unknownsfx0x20 15, 210, 64, 7
endchannel
SFX_02_2a_Ch2: ; 8cd7 (2:4cd7)
dutycycle 90
note D_, 16
rest 8
note F_, 4
note C_, 8
note D_, 6
note B_, 7
note G_, 3
note C_, 8
note D_, 16
rest 3
note C#, 2
note C_, 8
unknownsfx0x20 15, 199, 83, 7
unknownsfx0x20 5, 182, 114, 7
unknownsfx0x20 15, 194, 17, 7
endchannel
SFX_02_2a_Ch3: ; 8ce6 (2:4ce6)
note D_, 14
unknownmusic0xf6
note E_, 13
note D_, 5
octave 2
note D#, 13
note D_, 16
unknownmusic0xf2
note E_, 13
unknownnoise0x20 13, 246, 76
unknownnoise0x20 4, 230, 60
unknownnoise0x20 15, 242, 76
endchannel
; 0x8cf0

View File

@ -1,56 +1,25 @@
SFX_02_2b_Ch1: ; 8e7e (2:4e7e)
dutycycle 15
note D_, 16
unknownmusic0xf7
note C_, 1
note C_, 6
note D_, 16
octave 1
note C_, 9
note C_, 6
note D_, 9
note B_, 5
note G#, 1
note C_, 5
note D_, 16
note A#, 3
note F#, 1
note C_, 5
unknownsfx0x20 15, 247, 0, 5
unknownsfx0x20 15, 231, 8, 5
unknownsfx0x20 8, 180, 128, 4
unknownsfx0x20 15, 162, 96, 4
endchannel
SFX_02_2b_Ch2: ; 8e91 (2:4e91)
dutycycle 68
note D_, 15
notetype 7, 8, 1
note C_, 5
note D_, 15
rest 8
note G#, 10
note C_, 5
note D_, 11
note B_, 5
note C_, 2
note C_, 5
note D_, 16
rest 3
octave 7
note C_, 4
unknownsfx0x20 14, 215, 129, 4
unknownsfx0x20 14, 199, 137, 4
unknownsfx0x20 10, 180, 1, 4
unknownsfx0x20 15, 194, 225, 3
endchannel
SFX_02_2b_Ch3: ; 8ea4 (2:4ea4)
note D_, 15
unknownmusic0xf7
note G_, 13
note D_, 13
unknownmusic0xf6
note F#, 13
note D_, 10
octave 4
note G_, 13
note D_, 16
octave 6
note F#, 13
unknownnoise0x20 14, 247, 124
unknownnoise0x20 12, 246, 108
unknownnoise0x20 9, 228, 124
unknownnoise0x20 15, 226, 108
endchannel
; 0x8eb1

View File

@ -1,90 +1,35 @@
SFX_02_2c_Ch1: ; 8f8e (2:4f8e)
dutycycle 80
note D_, 11
unknownmusic0xf5
note G#, 1
note C_, 7
note D_, 4
octave 6
note A#, 1
note C_, 7
note D_, 4
unknownmusic0xf2
rest 1
note C_, 7
note D_, 4
octave 6
octave 8
note C_, 7
note D_, 4
notetype 2, 0, 0
note C_, 8
note D_, 4
rest 3
octave 8
note C_, 7
note D_, 4
notetype 2, 12, 0
note C_, 7
note D_, 9
rest 2
note A#, 1
note C_, 7
unknownsfx0x20 10, 245, 128, 6
unknownsfx0x20 3, 226, 160, 6
unknownsfx0x20 3, 242, 192, 6
unknownsfx0x20 3, 226, 224, 6
unknownsfx0x20 3, 210, 0, 7
unknownsfx0x20 3, 194, 224, 6
unknownsfx0x20 3, 210, 192, 6
unknownsfx0x20 8, 193, 160, 6
endchannel
SFX_02_2c_Ch2: ; 8fb1 (2:4fb1)
dutycycle 15
note D_, 10
notetype 5, 3, 1
note C_, 7
note D_, 4
notetype 2, 5, 2
note C_, 7
note D_, 4
octave 6
note G_, 2
note C_, 7
note D_, 4
note B_, 3
note A_, 2
note C_, 7
note D_, 4
rest 3
note B_, 3
note C_, 7
note D_, 4
note B_, 3
note A_, 2
note C_, 7
note D_, 4
rest 3
note G_, 2
note C_, 7
note D_, 9
note B_, 2
note F_, 2
note C_, 7
unknownsfx0x20 9, 213, 49, 6
unknownsfx0x20 3, 210, 82, 6
unknownsfx0x20 3, 226, 113, 6
unknownsfx0x20 3, 178, 145, 6
unknownsfx0x20 3, 194, 178, 6
unknownsfx0x20 3, 178, 145, 6
unknownsfx0x20 3, 194, 113, 6
unknownsfx0x20 8, 177, 81, 6
endchannel
SFX_02_2c_Ch3: ; 8fd4 (2:4fd4)
note D_, 7
octave 5
note E_, 13
note D_, 5
rest 4
note D#, 13
note D_, 6
notetype 4, 3, 12
note D_, 5
rest 5
note D_, 13
note D_, 7
note B_, 5
note D#, 13
note D_, 9
rest 2
note D_, 13
unknownnoise0x20 6, 227, 76
unknownnoise0x20 4, 195, 60
unknownnoise0x20 5, 212, 60
unknownnoise0x20 4, 196, 44
unknownnoise0x20 6, 180, 60
unknownnoise0x20 8, 193, 44
endchannel
; 0x8fe7

View File

@ -1,36 +1,17 @@
SFX_02_2d_Ch1: ; 8ca6 (2:4ca6)
dutycycle 27
note D_, 8
notetype 2, 4, 0
note C_, 8
note D_, 16
octave 3
note F#, 1
note C_, 8
note D_, 16
rest 2
note D#, 1
note C_, 8
unknownsfx0x20 7, 210, 64, 7
unknownsfx0x20 15, 229, 96, 7
unknownsfx0x20 15, 193, 48, 7
endchannel
SFX_02_2d_Ch2: ; 8cb5 (2:4cb5)
dutycycle 129
note D_, 3
rest 3
note C_, 2
note C_, 8
note D_, 5
rest 3
note C_, 9
note C_, 8
note D_, 16
notetype 7, 4, 1
note C_, 8
note D_, 16
note A#, 3
note C_, 2
note C_, 8
unknownsfx0x20 2, 194, 1, 7
unknownsfx0x20 4, 194, 8, 7
unknownsfx0x20 15, 215, 65, 7
unknownsfx0x20 15, 162, 1, 7
SFX_02_2d_Ch3: ; 8cc7 (2:4cc7)

View File

@ -1,74 +1,31 @@
SFX_02_2e_Ch1: ; 8eff (2:4eff)
dutycycle 240
note D_, 7
unknownmusic0xf7
note E_, 1
note C_, 8
note D_, 13
octave 2
note E_, 5
note C_, 8
note D_, 7
notetype 5, 5, 0
note C_, 8
note D_, 5
rest 4
note F#, 1
note C_, 8
note D_, 4
rest 4
note G#, 1
note C_, 8
note D_, 9
notetype 1, 10, 0
note C_, 8
unknownsfx0x20 6, 247, 64, 7
unknownsfx0x20 12, 230, 68, 7
unknownsfx0x20 6, 213, 80, 7
unknownsfx0x20 4, 195, 96, 7
unknownsfx0x20 3, 195, 128, 7
unknownsfx0x20 8, 209, 160, 7
endchannel
SFX_02_2e_Ch2: ; 8f1a (2:4f1a)
dutycycle 10
note D_, 7
rest 8
note C_, 2
note C_, 8
note D_, 12
note B_, 7
note C_, 3
note C_, 8
note D_, 7
note A#, 6
note C#, 2
note C_, 8
note D_, 5
note A_, 4
note D_, 2
note C_, 8
note D_, 4
note A#, 4
note E_, 2
note C_, 8
note D_, 9
note A_, 2
note F#, 3
note C_, 8
unknownsfx0x20 6, 199, 1, 7
unknownsfx0x20 11, 182, 2, 7
unknownsfx0x20 6, 165, 17, 7
unknownsfx0x20 4, 147, 33, 7
unknownsfx0x20 3, 163, 65, 7
unknownsfx0x20 8, 145, 98, 7
endchannel
SFX_02_2e_Ch3: ; 8f35 (2:4f35)
note D_, 4
octave 6
note D#, 13
note D_, 9
notetype 6, 4, 12
note D_, 6
notetype 4, 3, 12
note D_, 13
rest 8
note E_, 13
note D_, 3
octave 6
note D#, 13
note D_, 9
notetype 1, 2, 12
unknownnoise0x20 3, 226, 60
unknownnoise0x20 8, 214, 76
unknownnoise0x20 5, 212, 60
unknownnoise0x20 12, 199, 76
unknownnoise0x20 2, 226, 60
unknownnoise0x20 8, 209, 44
endchannel
; 0x8f48

View File

@ -1,61 +1,27 @@
SFX_02_2f_Ch1: ; 8cf0 (2:4cf0)
dutycycle 240
note D_, 7
unknownmusic0xf7
rest 1
note C_, 7
note D_, 16
octave 1
note C_, 1
note C_, 8
note D_, 5
unknownmusic0xf4
stereopanning 6
note D_, 5
octave 4
octave 8
note C_, 7
note D_, 9
notetype 1, 13, 0
note C_, 7
unknownsfx0x20 6, 247, 192, 6
unknownsfx0x20 15, 231, 0, 7
unknownsfx0x20 4, 244, 240, 6
unknownsfx0x20 4, 228, 224, 6
unknownsfx0x20 8, 209, 208, 6
endchannel
SFX_02_2f_Ch2: ; 8d07 (2:4d07)
dutycycle 10
note D_, 8
octave 2
note G#, 2
note C_, 7
note D_, 15
notetype 5, 12, 1
note C_, 7
note D_, 5
rest 5
note B_, 2
note C_, 7
note D_, 5
notetype 4, 10, 1
note C_, 7
note D_, 9
rest 2
note A_, 2
note C_, 7
unknownsfx0x20 7, 230, 129, 6
unknownsfx0x20 14, 213, 193, 6
unknownsfx0x20 4, 196, 177, 6
unknownsfx0x20 4, 212, 161, 6
unknownsfx0x20 8, 193, 145, 6
endchannel
SFX_02_2f_Ch3: ; 8d1e (2:4d1e)
note D_, 11
note A#, 7
note D#, 13
note D_, 15
note A_, 5
note D_, 13
note D_, 6
note A#, 4
note D#, 13
note D_, 9
note A_, 2
note D_, 13
unknownnoise0x20 10, 166, 60
unknownnoise0x20 14, 148, 44
unknownnoise0x20 5, 163, 60
unknownnoise0x20 8, 145, 44
endchannel
; 0x8d2b

View File

@ -1,80 +1,32 @@
SFX_02_30_Ch1: ; 8eb1 (2:4eb1)
dutycycle 245
note D_, 8
notetype 6, 14, 1
note C_, 8
note D_, 7
rest 7
octave 6
note C_, 8
note D_, 10
notetype 6, 14, 1
note C_, 8
note D_, 8
rest 7
octave 8
note C_, 8
note D_, 6
note B_, 7
octave 6
note C_, 8
note D_, 8
rest 7
octave 7
note C_, 8
note D_, 7
note B_, 7
octave 8
note C_, 8
note D_, 9
note A#, 2
notetype 15, 0, 7
unknownsfx0x20 7, 214, 225, 7
unknownsfx0x20 6, 198, 226, 7
unknownsfx0x20 9, 214, 225, 7
unknownsfx0x20 7, 198, 224, 7
unknownsfx0x20 5, 182, 226, 7
unknownsfx0x20 7, 198, 225, 7
unknownsfx0x20 6, 182, 224, 7
unknownsfx0x20 8, 161, 223, 7
endchannel
SFX_02_30_Ch2: ; 8ed4 (2:4ed4)
dutycycle 68
note D_, 7
rest 4
rest 10
note C_, 8
note D_, 7
note B_, 4
rest 8
note C_, 8
note D_, 11
rest 5
rest 4
note C_, 8
note D_, 9
note B_, 5
rest 8
note C_, 8
note D_, 7
rest 4
rest 10
note C_, 8
note D_, 16
note A#, 3
rest 6
note C_, 8
unknownsfx0x20 6, 195, 201, 7
unknownsfx0x20 6, 179, 199, 7
unknownsfx0x20 10, 196, 195, 7
unknownsfx0x20 8, 180, 199, 7
unknownsfx0x20 6, 195, 201, 7
unknownsfx0x20 15, 162, 197, 7
endchannel
SFX_02_30_Ch3: ; 8eef (2:4eef)
note D_, 14
note C#, 10
note G_, 13
note D_, 14
unknownmusic0xf7
note G#, 13
note D_, 13
notetype 6, 7, 12
note D_, 9
rest 5
note F#, 13
note D_, 16
note B_, 4
note F_, 13
unknownnoise0x20 13, 25, 124
unknownnoise0x20 13, 247, 140
unknownnoise0x20 12, 214, 124
unknownnoise0x20 8, 196, 108
unknownnoise0x20 15, 179, 92
endchannel
; 0x8eff

View File

@ -1,72 +1,30 @@
SFX_02_31_Ch1: ; 8f48 (2:4f48)
dutycycle 244
note D_, 16
stereopanning 5
note C_, 8
note D_, 11
octave 8
note C_, 1
note C_, 8
note D_, 7
note B_, 5
note C#, 1
note C_, 8
note D_, 5
notetype 3, 0, 0
note C_, 8
note D_, 7
note B_, 3
note D_, 1
note C_, 7
note D_, 9
note A#, 2
note D_, 5
note C_, 7
unknownsfx0x20 15, 240, 5, 7
unknownsfx0x20 10, 224, 0, 7
unknownsfx0x20 6, 180, 16, 7
unknownsfx0x20 4, 211, 0, 7
unknownsfx0x20 6, 178, 32, 6
unknownsfx0x20 8, 161, 36, 6
endchannel
SFX_02_31_Ch2: ; 8f63 (2:4f63)
dutycycle 34
note D_, 16
note B_, 1
rest 4
note C_, 7
note D_, 11
note A#, 1
rest 2
note C_, 7
note D_, 7
note G#, 5
notetype 2, 0, 6
note D_, 5
note A_, 4
rest 2
note C_, 7
note D_, 7
note G#, 3
octave 7
note C_, 6
note D_, 9
note F#, 2
unknownmusic0xe8
note C_, 6
unknownsfx0x20 15, 176, 195, 6
unknownsfx0x20 10, 160, 193, 6
unknownsfx0x20 6, 132, 210, 6
unknownsfx0x20 4, 147, 193, 6
unknownsfx0x20 6, 130, 225, 5
unknownsfx0x20 8, 97, 232, 5
endchannel
SFX_02_31_Ch3: ; 8f7e (2:4f7e)
note D_, 7
octave 2
note E_, 13
note D_, 16
notetype 6, 3, 12
note D_, 11
rest 6
note E_, 11
note D_, 2
note B_, 3
note F_, 12
note D_, 16
rest 3
note E_, 13
unknownnoise0x20 6, 230, 76
unknownnoise0x20 15, 214, 60
unknownnoise0x20 10, 197, 74
unknownnoise0x20 1, 178, 91
unknownnoise0x20 15, 194, 76
endchannel
; 0x8f8e

View File

@ -1,105 +1,39 @@
SFX_02_32_Ch1: ; 8dcf (2:4dcf)
dutycycle 240
note D_, 7
unknownmusic0xf2
note C_, 1
note C_, 7
note D_, 7
octave 6
note E_, 1
note C_, 7
note D_, 7
notetype 2, 8, 0
note C_, 7
note D_, 7
octave 6
rest 1
note C_, 7
note D_, 7
notetype 2, 0, 0
note C_, 8
note D_, 7
rest 3
note E_, 1
note C_, 8
note D_, 7
note B_, 3
note G#, 1
note C_, 8
note D_, 9
note A#, 2
rest 1
note C_, 8
unknownsfx0x20 6, 242, 0, 6
unknownsfx0x20 6, 226, 64, 6
unknownsfx0x20 6, 210, 128, 6
unknownsfx0x20 6, 226, 192, 6
unknownsfx0x20 6, 210, 0, 7
unknownsfx0x20 6, 194, 64, 7
unknownsfx0x20 6, 178, 128, 7
unknownsfx0x20 8, 161, 192, 7
endchannel
SFX_02_32_Ch2: ; 8df2 (2:4df2)
dutycycle 17
note D_, 4
note C_, 9
note C_, 2
note C_, 1
note D_, 7
rest 3
rest 2
note C_, 6
note D_, 7
note B_, 3
note C_, 3
note C_, 7
note D_, 7
note A#, 3
note E_, 2
note C_, 7
note D_, 7
note B_, 3
note G#, 3
note C_, 7
note D_, 7
note A#, 3
rest 3
note C_, 7
note D_, 7
note A_, 3
note C_, 2
note C_, 8
note D_, 7
note A#, 3
note E_, 3
note C_, 8
note D_, 9
note G#, 2
note G#, 2
note C_, 8
unknownsfx0x20 3, 8, 1, 0
unknownsfx0x20 6, 194, 193, 5
unknownsfx0x20 6, 178, 2, 6
unknownsfx0x20 6, 162, 65, 6
unknownsfx0x20 6, 178, 130, 6
unknownsfx0x20 6, 162, 194, 6
unknownsfx0x20 6, 146, 1, 7
unknownsfx0x20 6, 162, 66, 7
unknownsfx0x20 8, 129, 129, 7
endchannel
SFX_02_32_Ch3: ; 8e19 (2:4e19)
note D_, 7
note C_, 9
note C_, 2
note D_, 6
octave 6
note F_, 13
note D_, 6
rest 3
note E_, 13
note D_, 6
notetype 2, 3, 12
note D_, 6
note B_, 3
note D_, 13
note D_, 6
rest 3
note C#, 13
note D_, 6
note A#, 3
note C#, 12
note D_, 6
note A_, 3
note C#, 11
note D_, 9
note G#, 2
note C#, 9
unknownnoise0x20 6, 8, 1
unknownnoise0x20 5, 226, 92
unknownnoise0x20 5, 194, 76
unknownnoise0x20 5, 210, 60
unknownnoise0x20 5, 178, 44
unknownnoise0x20 5, 194, 28
unknownnoise0x20 5, 162, 27
unknownnoise0x20 5, 146, 26
unknownnoise0x20 8, 129, 24
endchannel
; 0x8e35

View File

@ -1,54 +1,25 @@
SFX_02_33_Ch1: ; 8fe7 (2:4fe7)
dutycycle 165
note D_, 4
unknownmusic0xf4
note E_, 2
note C_, 7
note D_, 14
notetype 6, 2, 1
note C_, 8
note D_, 9
unknownmusic0xf4
note C#, 10
note C_, 8
note D_, 9
rest 2
note C#, 11
note C_, 8
unknownsfx0x20 3, 244, 65, 6
unknownsfx0x20 13, 214, 33, 7
unknownsfx0x20 8, 244, 25, 7
unknownsfx0x20 8, 193, 26, 7
endchannel
SFX_02_33_Ch2: ; 8ffa (2:4ffa)
dutycycle 204
note D_, 5
unknownmusic0xf4
note G#, 1
note C_, 6
note D_, 15
octave 2
octave 8
note C_, 7
note D_, 9
notetype 5, 13, 8
note C_, 7
note D_, 9
notetype 1, 13, 12
note C_, 7
unknownsfx0x20 4, 244, 128, 5
unknownsfx0x20 14, 230, 224, 6
unknownsfx0x20 8, 213, 216, 6
unknownsfx0x20 8, 209, 220, 6
endchannel
SFX_02_33_Ch3: ; 900d (2:500d)
note D_, 6
rest 5
note E_, 7
note D_, 14
note A#, 6
note E_, 5
note D_, 9
rest 5
note E_, 6
note D_, 9
note B_, 2
note E_, 5
unknownnoise0x20 5, 196, 70
unknownnoise0x20 13, 165, 68
unknownnoise0x20 8, 196, 69
unknownnoise0x20 8, 177, 68
endchannel
; 0x901a

View File

@ -1,53 +1,25 @@
SFX_02_34_Ch1: ; 901a (2:501a)
dutycycle 240
note D_, 14
unknownmusic0xf1
note C#, 2
note C_, 6
note D_, 14
octave 7
note C#, 6
note C_, 6
note D_, 14
octave 7
note C#, 2
note C_, 6
note D_, 9
notetype 1, 1, 1
note C_, 6
unknownsfx0x20 13, 241, 17, 5
unknownsfx0x20 13, 225, 21, 5
unknownsfx0x20 13, 225, 17, 5
unknownsfx0x20 8, 209, 17, 5
endchannel
SFX_02_34_Ch2: ; 902d (2:502d)
dutycycle 21
note D_, 13
octave 7
note C_, 13
note C_, 6
note D_, 13
notetype 1, 1, 0
note C_, 6
note D_, 15
rest 2
note C_, 13
note C_, 6
note D_, 9
rest 2
note C_, 11
note C_, 6
unknownsfx0x20 12, 225, 12, 5
unknownsfx0x20 12, 209, 16, 5
unknownsfx0x20 14, 193, 12, 5
unknownsfx0x20 8, 193, 10, 5
endchannel
SFX_02_34_Ch3: ; 9040 (2:5040)
note D_, 15
unknownmusic0xf2
note F#, 6
note D_, 14
octave 6
note F_, 6
note D_, 15
notetype 2, 5, 6
note D_, 9
notetype 1, 6, 6
unknownnoise0x20 14, 242, 101
unknownnoise0x20 13, 226, 85
unknownnoise0x20 14, 210, 86
unknownnoise0x20 8, 209, 102
endchannel
; 0x904d

View File

@ -1,69 +1,26 @@
SFX_02_35_Ch1: ; 904d (2:504d)
dutycycle 27
note D_, 4
unknownmusic0xf3
note F#, 5
note C_, 6
note D_, 3
octave 6
note E_, 5
note C_, 6
note D_, 6
notetype 1, 2, 2
note C_, 6
note D_, 3
note B_, 3
note G#, 5
note C_, 5
note D_, 9
notetype 1, 10, 2
note C_, 5
note D_, 4
unknownmusic0xf3
note D_, 5
note C_, 6
note D_, 5
octave 4
octave 4
note C_, 5
note D_, 9
notetype 1, 0, 2
note C_, 6
unknownsfx0x20 3, 243, 100, 5
unknownsfx0x20 2, 226, 68, 5
unknownsfx0x20 5, 209, 34, 5
unknownsfx0x20 2, 178, 132, 4
unknownsfx0x20 8, 209, 162, 4
unknownsfx0x20 3, 243, 36, 5
unknownsfx0x20 4, 228, 228, 4
unknownsfx0x20 8, 209, 2, 5
endchannel
SFX_02_35_Ch2: ; 9070 (2:5070)
dutycycle 204
note D_, 4
notetype 3, 6, 0
note C_, 6
note D_, 3
rest 3
note E_, 1
note C_, 6
note D_, 6
rest 2
note D_, 1
note C_, 6
note D_, 3
note A_, 3
note G#, 1
note C_, 5
note D_, 9
rest 2
note A#, 1
note C_, 5
note D_, 4
notetype 3, 2, 0
note C_, 6
note D_, 4
rest 5
octave 8
note C_, 5
note D_, 9
rest 2
note C_, 1
note C_, 6
unknownsfx0x20 3, 211, 96, 5
unknownsfx0x20 2, 194, 64, 5
unknownsfx0x20 5, 193, 32, 5
unknownsfx0x20 2, 146, 128, 4
unknownsfx0x20 8, 193, 160, 4
unknownsfx0x20 3, 211, 32, 5
unknownsfx0x20 3, 196, 224, 4
unknownsfx0x20 8, 193, 0, 5
SFX_02_35_Ch3: ; 9092 (2:5092)

View File

@ -1,56 +1,25 @@
SFX_02_36_Ch1: ; 9093 (2:5093)
dutycycle 17
note D_, 3
note D#, 14
note G#, 2
note C_, 4
note D_, 8
unknownmusic0xf5
note C_, 2
note C_, 7
note D_, 2
rest 3
note G#, 2
note C_, 5
note D_, 9
note A_, 2
note G#, 2
note C_, 4
unknownsfx0x20 2, 61, 129, 3
unknownsfx0x20 7, 245, 1, 6
unknownsfx0x20 1, 194, 129, 4
unknownsfx0x20 8, 145, 129, 3
endchannel
SFX_02_36_Ch2: ; 90a6 (2:50a6)
dutycycle 238
note D_, 3
note D#, 15
note B_, 1
note C_, 6
note D_, 8
notetype 5, 5, 13
note C_, 8
note D_, 2
note B_, 3
note B_, 1
note C_, 7
note D_, 9
note F#, 2
note B_, 1
note C_, 6
unknownsfx0x20 2, 62, 176, 5
unknownsfx0x20 7, 213, 93, 7
unknownsfx0x20 1, 178, 176, 6
unknownsfx0x20 8, 97, 176, 5
endchannel
SFX_02_36_Ch3: ; 90b9 (2:50b9)
note D_, 3
note A_, 3
note E_, 10
note D_, 8
note B_, 6
note D_, 10
note D_, 2
note A#, 3
note D#, 10
note D_, 9
note A_, 2
note E_, 10
unknownnoise0x20 2, 146, 73
unknownnoise0x20 7, 181, 41
unknownnoise0x20 1, 162, 57
unknownnoise0x20 8, 145, 73
endchannel
; 0x90c6

View File

@ -1,59 +1,26 @@
SFX_02_37_Ch1: ; 8786 (2:4786)
dutycycle 240
note D_, 16
unknownmusic0xf7
rest 1
note C_, 8
note D_, 7
octave 4
rest 2
note C_, 8
note D_, 11
unknownmusic0xf6
rest 1
note C_, 8
note D_, 5
notetype 3, 12, 2
note C_, 8
note D_, 9
rest 2
rest 1
note C_, 8
unknownsfx0x20 15, 247, 192, 7
unknownsfx0x20 6, 228, 193, 7
unknownsfx0x20 10, 246, 192, 7
unknownsfx0x20 4, 211, 194, 7
unknownsfx0x20 8, 193, 192, 7
endchannel
SFX_02_37_Ch2: ; 879d (2:479d)
dutycycle 95
note D_, 16
note A_, 8
note G#, 2
note C_, 8
note D_, 7
note G#, 5
note G#, 1
note C_, 8
note D_, 11
note A_, 7
note G#, 2
note C_, 8
note D_, 16
note G#, 4
note G#, 2
note C_, 8
unknownsfx0x20 15, 151, 129, 7
unknownsfx0x20 6, 132, 128, 7
unknownsfx0x20 10, 150, 129, 7
unknownsfx0x20 15, 131, 129, 7
endchannel
SFX_02_37_Ch3: ; 87b0 (2:47b0)
note D_, 4
unknownmusic0xf2
note D#, 13
note D_, 14
octave 2
note D_, 13
note D_, 16
notetype 7, 3, 12
note D_, 9
rest 2
note D_, 13
unknownnoise0x20 3, 242, 60
unknownnoise0x20 13, 230, 44
unknownnoise0x20 15, 215, 60
unknownnoise0x20 8, 193, 44
endchannel
; 0x87bd

View File

@ -1,88 +1,34 @@
SFX_02_38_Ch1: ; 87bd (2:47bd)
dutycycle 240
note D_, 16
unknownmusic0xf7
note G#, 1
note C_, 7
note D_, 11
octave 2
note G#, 5
note C_, 7
note D_, 16
notetype 7, 9, 0
note C_, 7
note D_, 9
notetype 5, 9, 0
note C_, 7
note D_, 7
rest 5
note G#, 9
note C_, 7
note D_, 6
notetype 3, 7, 0
note C_, 7
note D_, 5
notetype 3, 6, 0
note C_, 7
note D_, 9
rest 2
note E_, 1
note C_, 7
unknownsfx0x20 15, 247, 128, 6
unknownsfx0x20 10, 230, 132, 6
unknownsfx0x20 15, 215, 144, 6
unknownsfx0x20 8, 213, 144, 6
unknownsfx0x20 6, 196, 136, 6
unknownsfx0x20 5, 211, 112, 6
unknownsfx0x20 4, 211, 96, 6
unknownsfx0x20 8, 193, 64, 6
endchannel
SFX_02_38_Ch2: ; 87e0 (2:47e0)
dutycycle 5
note D_, 16
note B_, 8
note E_, 2
note C_, 7
note D_, 11
note A_, 7
note E_, 3
note C_, 7
note D_, 16
note A#, 8
note F_, 2
note C_, 7
note D_, 9
note A#, 6
note F_, 2
note C_, 7
note D_, 7
note A_, 5
note E_, 8
note C_, 7
note D_, 6
note A#, 4
note D#, 2
note C_, 7
note D_, 5
note A_, 4
note D_, 3
note C_, 7
note D_, 9
note G_, 2
note C_, 2
note C_, 7
unknownsfx0x20 15, 183, 65, 6
unknownsfx0x20 10, 150, 66, 6
unknownsfx0x20 15, 167, 81, 6
unknownsfx0x20 8, 165, 81, 6
unknownsfx0x20 6, 148, 71, 6
unknownsfx0x20 5, 163, 49, 6
unknownsfx0x20 4, 147, 34, 6
unknownsfx0x20 8, 113, 1, 6
endchannel
SFX_02_38_Ch3: ; 8803 (2:4803)
note D_, 16
octave 4
note D#, 13
note D_, 11
rest 8
note E_, 13
note D_, 11
rest 8
note D#, 13
note D_, 13
note B_, 8
note E_, 13
note D_, 16
note A#, 3
note F_, 13
unknownnoise0x20 15, 228, 60
unknownnoise0x20 10, 199, 76
unknownnoise0x20 10, 199, 60
unknownnoise0x20 12, 183, 76
unknownnoise0x20 15, 162, 92
endchannel
; 0x8813

View File

@ -1,63 +1,27 @@
SFX_02_39_Ch1: ; 886b (2:486b)
dutycycle 165
note D_, 7
unknownmusic0xf4
note E_, 1
note C_, 8
note D_, 16
octave 5
note D#, 1
note C_, 8
note D_, 5
unknownmusic0xf4
note E_, 1
note C_, 8
note D_, 6
note B_, 4
note E_, 9
note C_, 8
note D_, 9
notetype 1, 5, 0
note C_, 8
unknownsfx0x20 6, 244, 64, 7
unknownsfx0x20 15, 227, 48, 7
unknownsfx0x20 4, 244, 64, 7
unknownsfx0x20 5, 179, 72, 7
unknownsfx0x20 8, 209, 80, 7
endchannel
SFX_02_39_Ch2: ; 8882 (2:4882)
dutycycle 119
note D_, 7
rest 4
note C#, 3
note C_, 8
note D_, 16
note B_, 4
note C_, 5
note C_, 8
note D_, 4
rest 4
note C#, 3
note C_, 8
note D_, 5
rest 4
note D_, 2
note C_, 8
note D_, 9
note B_, 2
note D#, 3
note C_, 8
unknownsfx0x20 6, 195, 18, 7
unknownsfx0x20 15, 179, 4, 7
unknownsfx0x20 3, 195, 18, 7
unknownsfx0x20 4, 195, 33, 7
unknownsfx0x20 8, 177, 50, 7
endchannel
SFX_02_39_Ch3: ; 8899 (2:4899)
note D_, 9
notetype 6, 2, 12
note D_, 13
rest 7
note D#, 13
note D_, 11
note B_, 7
note D_, 13
note D_, 9
note A_, 2
note C#, 13
unknownnoise0x20 8, 214, 44
unknownnoise0x20 12, 198, 60
unknownnoise0x20 10, 182, 44
unknownnoise0x20 8, 145, 28
endchannel
; 0x88a6

View File

@ -1,10 +1,10 @@
SFX_02_3a_Ch1: ; ad77 (2:6d77)
unknownmusic0xf8
executemusic
tempo 1, 0
stereopanning 119
vibrato 6, 2, 6
duty 2
unknownmusic0xe8
togglecall
notetype 4, 11, 1
octave 3
note G#, 2
@ -17,7 +17,7 @@ SFX_02_3a_Ch1: ; ad77 (2:6d77)
SFX_02_3a_Ch2: ; ad8e (2:6d8e)
unknownmusic0xf8
executemusic
vibrato 8, 2, 7
duty 2
notetype 4, 12, 1
@ -31,7 +31,7 @@ SFX_02_3a_Ch2: ; ad8e (2:6d8e)
SFX_02_3a_Ch3: ; ad9e (2:6d9e)
unknownmusic0xf8
executemusic
notetype 4, 1, 0
octave 4
note B_, 1

View File

@ -1,9 +1,9 @@
SFX_02_3b_Ch1: ; b316 (2:7316)
unknownmusic0xf8
executemusic
tempo 1, 0
stereopanning 119
duty 2
unknownmusic0xe8
togglecall
notetype 5, 11, 4
octave 4
note D_, 4
@ -26,7 +26,7 @@ SFX_02_3b_Ch1: ; b316 (2:7316)
SFX_02_3b_Ch2: ; b335 (2:7335)
unknownmusic0xf8
executemusic
vibrato 8, 2, 7
duty 2
notetype 5, 12, 5
@ -47,7 +47,7 @@ SFX_02_3b_Ch2: ; b335 (2:7335)
SFX_02_3b_Ch3: ; b34d (2:734d)
unknownmusic0xf8
executemusic
notetype 5, 1, 0
octave 5
note F_, 4

View File

@ -1,18 +1,9 @@
SFX_02_3c_Ch1: ; 840a (2:440a)
duty 2
note C#, 1
note D#, 11
note D_, 5
unknownmusic0xf2
note C_, 1
note C_, 3
note C#, 1
note D_, 3
note D_, 9
octave 6
note C_, 1
note C_, 3
note C#, 1
note C_, 9
unknownsfx0x10 58
unknownsfx0x20 4, 242, 0, 2
unknownsfx0x10 34
unknownsfx0x20 8, 226, 0, 2
unknownsfx0x10 8
endchannel
; 0x841b

View File

@ -1,15 +1,8 @@
SFX_02_3d_Ch1: ; 84b7 (2:44b7)
duty 2
note C#, 1
note C#, 8
note D_, 16
stereopanning 240
note C_, 5
note D_, 16
unknownmusic0xf2
note F_, 1
note C_, 7
note C#, 1
note C_, 9
unknownsfx0x10 23
unknownsfx0x20 15, 240, 240, 4
unknownsfx0x20 15, 242, 80, 6
unknownsfx0x10 8
endchannel
; 0x84c6

View File

@ -1,22 +1,10 @@
SFX_02_3e_Ch1: ; 84d9 (2:44d9)
duty 2
note C#, 1
note C#, 5
note D_, 5
unknownmusic0xf2
note C_, 1
note C_, 7
note D_, 5
unknownmusic0xf2
note C_, 1
note C_, 7
note C#, 1
note C#, 8
note D_, 16
unknownmusic0xf2
note C_, 1
note C_, 7
note C#, 1
note C_, 9
unknownsfx0x10 20
unknownsfx0x20 4, 242, 0, 6
unknownsfx0x20 4, 242, 0, 6
unknownsfx0x10 23
unknownsfx0x20 15, 242, 0, 6
unknownsfx0x10 8
endchannel
; 0x84ee

Some files were not shown because too many files have changed in this diff Show More