Prev: D759 Up: Map Next: D832
D763: Sound data
Byte Meaning
$00 Channel number (1-3)
$01 Noise/tone 0 - tone 1 - noise
$02 number of tones
$03 Channel Volume (bits 7-4)
$04 base fine/noise pitch
$05 base coarse pitch
$06 variation counter for note #1
$07 pitch delta for note #1 (bit 7 - coarse pitch / bits6-0 fine pitch)
$08 volume delta for note #1
$09 + counter, pitch and volume for note #n
D763 DEFB $01,$01,$01,$AA,$0A,$00 Weapon sound for basic laser, double fire and multiple
D769 DEFB $0F,$00,$F4
D76C DEFB $03,$01,$02,$64,$0A,$00 Enemy weapon sound
D772 DEFB $03,$05,$14
D775 DEFB $01,$01,$01,$96,$0A,$00 Weapon sound for laser
D77B DEFB $64,$0A,$FF
D77E DEFB $01,$01,$01,$B8,$0A,$00 Weapon sound for spray
D784 DEFB $03,$00,$9C
D787 DEFB $03,$01,$01,$78,$0A,$00 Projectile impact sound
D78D DEFB $02,$00,$F0
D790 DEFB $03,$01,$02,$FF,$0A,$00 Explosion sound
D796 DEFB $08,$3C,$00
D799 DEFB $26,$00,$F9
D79C DEFB $02,$00,$01,$82,$E8,$03 Shield sound
D7A2 DEFB $04,$00,$00
D7A5 DEFB $02,$00,$01,$FF,$20,$4E Sound not used
D7AB DEFB $02,$0A,$F6
D7AE DEFB $02,$00,$02,$A6,$40,$9C Rex teleporting
D7B4 DEFB $5A,$00,$01
D7B7 DEFB $1E,$00,$FA
D7BA DEFB $02,$00,$02,$3C,$40,$9C Rex dead
D7C0 DEFB $1E,$00,$06
D7C3 DEFB $5A,$00,$FF
D7C6 DEFB $02,$00,$05,$96,$DE,$01 Big Bubble catching sound
D7CC DEFB $02,$00,$00
D7CF DEFB $02,$CC,$00
D7D2 DEFB $02,$00,$00
D7D5 DEFB $02,$D1,$00
D7D8 DEFB $02,$00,$00
D7DB DEFB $02,$00,$05,$96,$EF,$00 Small Bubble catching sound
D7E1 DEFB $02,$00,$00
D7E4 DEFB $02,$E6,$00
D7E7 DEFB $02,$00,$00
D7EA DEFB $02,$E9,$00
D7ED DEFB $02,$00,$00
D7F0 DEFB $02,$00,$05,$96,$BC,$03 Smartbomb catching sound
D7F6 DEFB $02,$00,$00
D7F9 DEFB $02,$CA,$00
D7FC DEFB $02,$00,$00
D7FF DEFB $02,$CD,$00
D802 DEFB $02,$00,$00
D805 DEFB $02,$00,$09,$C8,$20,$4E Respawn sound
D80B DEFB $0A,$00,$01
D80E DEFB $02,$00,$9C
D811 DEFB $02,$00,$00
D814 DEFB $0A,$0A,$FF
D817 DEFB $0A,$46,$00
D81A DEFB $02,$00,$9C
D81D DEFB $05,$00,$00
D820 DEFB $02,$04,$64
D823 DEFB $04,$00,$00
D826 DEFB $02,$00,$02,$A0,$40,$9C Shield recharging sound
D82C DEFB $07,$05,$01
D82F DEFB $07,$FB,$FF
Prev: D759 Up: Map Next: D832