Prev: $BC00 Up: Map Next: $BCDE
$BC73: 'Got all shields' tune data
Used by the routine at $BA48.
The first 22 pairs of bytes specify the frequency and duration of the notes for voice #1.
$BC73 .BYTE $57,$02,$57,$02,$57,$02,$59,$02
$BC7B .BYTE $5B,$04,$59,$04,$57,$02,$5B,$02
$BC83 .BYTE $59,$02,$59,$02,$57,$08,$57,$02
$BC8B .BYTE $57,$02,$57,$02,$59,$02,$5B,$04
$BC93 .BYTE $59,$04,$57,$02,$5B,$02,$59,$02
$BC9B .BYTE $59,$02,$57,$08
$BC9F .BYTE $FF End marker.
The next 19 pairs of bytes specify the frequency and duration of the notes for voice #2.
$BCA0 .BYTE $42,$04,$44,$04,$46,$04,$44,$04
$BCA8 .BYTE $42,$04,$44,$04,$46,$04,$44,$04
$BCB0 .BYTE $44,$04,$43,$04,$42,$02,$45,$02
$BCB8 .BYTE $44,$02,$43,$02,$42,$02,$44,$02
$BCC0 .BYTE $44,$02,$46,$02,$47,$08
$BCC6 .BYTE $FF End marker.
The next 11 pairs of bytes specify the frequency and duration of the notes for voice #3.
$BCC7 .BYTE $37,$10,$37,$10,$41,$04,$40,$04
$BCCF .BYTE $3B,$04,$40,$04,$3B,$02,$40,$02
$BCD7 .BYTE $41,$02,$42,$02,$37,$08
$BCDD .BYTE $FF End marker.
Prev: $BC00 Up: Map Next: $BCDE