This commit is contained in:
IIMarckus 2013-10-30 22:27:36 -06:00
commit 7ecf8b1714
370 changed files with 5042 additions and 10558 deletions

View file

@ -273,6 +273,8 @@ W_LISTMENUID EQU $CF94 ; ID used by DisplayListMenuID
W_WALKCOUNTER EQU $CFC5 ; walk animation counter W_WALKCOUNTER EQU $CFC5 ; walk animation counter
W_CURCHANNELPOINTER EQU $CFC7 ; (the current music channel pointer - $4000) / 3
W_ENEMYMOVENUM EQU $CFCC W_ENEMYMOVENUM EQU $CFCC
W_ENEMYMOVEEFFECT EQU $CFCD W_ENEMYMOVEEFFECT EQU $CFCD
W_ENEMYMOVEPOWER EQU $CFCE W_ENEMYMOVEPOWER EQU $CFCE
@ -3416,6 +3418,24 @@ mutedsnare2 EQU $11
mutedsnare3 EQU $12 mutedsnare3 EQU $12
mutedsnare4 EQU $13 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) ;format: note pitch, length (in 16ths)
note: MACRO note: MACRO
db (\1 << 4) | (\2 - 1) db (\1 << 4) | (\2 - 1)
@ -3446,14 +3466,10 @@ octave: MACRO
db $E8 - \1 db $E8 - \1
ENDM ENDM
unknownmusic0xe8: MACRO togglecall: MACRO
db $E8 db $E8
ENDM ENDM
unknownmusic0xe9: MACRO
db $E9
ENDM
;format: vibrato delay, rate, depth ;format: vibrato delay, rate, depth
vibrato: MACRO vibrato: MACRO
db $EA db $EA
@ -3483,59 +3499,15 @@ unknownmusic0xee: MACRO
db \1 db \1
ENDM ENDM
unknownmusic0xef: MACRO
db $EF
ENDM
stereopanning: MACRO stereopanning: MACRO
db $F0 db $F0
db \1 db \1
ENDM ENDM
unknownmusic0xf1: MACRO executemusic: 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
db $F8 db $F8
ENDM ENDM
unknownmusic0xf9: MACRO
db $F9
ENDM
unknownmusic0xfa: MACRO
db $FA
ENDM
unknownmusic0xfb: MACRO
db $FB
ENDM
dutycycle: MACRO dutycycle: MACRO
db $FC db $FC
db \1 db \1

3609
main.asm Normal file → Executable file

File diff suppressed because it is too large Load diff

View file

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

View file

@ -1,52 +1,20 @@
SFX_1f_5d_Ch1: ; 7c45e (1f:445e) SFX_1f_5d_Ch1: ; 7c45e (1f:445e)
duty 2 duty 2
note D_, 4 unknownsfx0x20 3, 228, 0, 6
octave 4 unknownsfx0x20 3, 228, 128, 6
note C_, 1 unknownsfx0x20 3, 228, 192, 6
note C_, 7 unknownsfx0x20 3, 228, 0, 7
note D_, 4 unknownsfx0x20 15, 242, 224, 7
octave 4
note G#, 1
note C_, 7
note D_, 4
octave 4
rest 1
note C_, 7
note D_, 4
octave 4
note C_, 1
note C_, 8
note D_, 16
unknownmusic0xf2
octave 8
note C_, 8
endchannel endchannel
SFX_1f_5d_Ch2: ; 7c475 (1f:4475) SFX_1f_5d_Ch2: ; 7c475 (1f:4475)
duty 2 duty 2
note D_, 4 unknownsfx0x20 3, 8, 0, 0
note C_, 9 unknownsfx0x20 3, 196, 1, 6
note C_, 1 unknownsfx0x20 3, 196, 129, 6
note C_, 1 unknownsfx0x20 3, 196, 193, 6
note D_, 4 unknownsfx0x20 3, 196, 1, 7
rest 5 unknownsfx0x20 15, 210, 225, 7
note C_, 2
note C_, 7
note D_, 4
rest 5
note G#, 2
note C_, 7
note D_, 4
rest 5
rest 2
note C_, 7
note D_, 4
rest 5
note C_, 2
note C_, 8
note D_, 16
notetype 2, 14, 1
note C_, 8
endchannel endchannel
; 0x7c490 ; 0x7c490

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -172,7 +172,7 @@ Music_Routes4: ; 82d5 (2:42d5)
db CH3 db CH3
dw Music_Routes4_Ch4 dw Music_Routes4_Ch4
; Route 3, Indigo Plateau ; Route 23, Indigo Plateau
Music_IndigoPlateau: ; 82f1 (2:42f1) Music_IndigoPlateau: ; 82f1 (2:42f1)
db ( $C0 | CH0 ) db ( $C0 | CH0 )
dw Music_IndigoPlateau_Ch1 dw Music_IndigoPlateau_Ch1

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,40 +1,18 @@
SFX_02_19_Ch1: ; 8a35 (2:4a35) SFX_02_19_Ch1: ; 8a35 (2:4a35)
dutycycle 10 dutycycle 10
note D_, 7 unknownsfx0x20 6, 226, 0, 5
octave 6 unknownsfx0x20 6, 227, 128, 5
note C_, 1 unknownsfx0x20 6, 211, 112, 5
note C_, 6 unknownsfx0x20 8, 161, 96, 5
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
endchannel endchannel
SFX_02_19_Ch2: ; 8a48 (2:4a48) SFX_02_19_Ch2: ; 8a48 (2:4a48)
dutycycle 245 dutycycle 245
note D_, 7 unknownsfx0x20 6, 226, 130, 4
octave 6 unknownsfx0x20 6, 211, 1, 5
note G#, 3 unknownsfx0x20 6, 178, 226, 4
note C_, 5 unknownsfx0x20 8, 129, 193, 4
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
SFX_02_19_Ch3: ; 8a5a (2:4a5a) SFX_02_19_Ch3: ; 8a5a (2:4a5a)

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,18 +1,9 @@
SFX_02_3c_Ch1: ; 840a (2:440a) SFX_02_3c_Ch1: ; 840a (2:440a)
duty 2 duty 2
note C#, 1 unknownsfx0x10 58
note D#, 11 unknownsfx0x20 4, 242, 0, 2
note D_, 5 unknownsfx0x10 34
unknownmusic0xf2 unknownsfx0x20 8, 226, 0, 2
note C_, 1 unknownsfx0x10 8
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
endchannel endchannel
; 0x841b ; 0x841b

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