Prev: ACFC Up: Map Next: AD59
AD29: Searchlight movements
This is an array defining the movement patterns for the three different searchlights.
searchlight_movements AD29 DEFB $24,$52,$2C,$02,$00 x, y, counter, direction, index
AD2E DEFW searchlight_path_2 pointer to movement data
AD30 DEFB $78,$52,$18,$01,$00 x, y, counter, direction, index
AD35 DEFW searchlight_path_1 pointer to movement data
AD37 DEFB $3C,$4C,$20,$02,$00 x, y, counter, direction, index
AD3C DEFW searchlight_path_0 pointer to movement data
Searchlight movement pattern for L-shaped gap?
searchlight_path_0 AD3E DEFB $20,$02 (32, bottom right)
AD40 DEFB $20,$01 (32, top right)
AD42 DEFB $FF Terminating byte.
Searchlight movement pattern for main compound.
searchlight_path_1 AD43 DEFB $18,$01 (24, top right)
AD45 DEFB $0C,$00 (12, top left)
AD47 DEFB $18,$03 (24, bottom left)
AD49 DEFB $0C,$00 (12, top left)
AD4B DEFB $20,$01 (32, top right)
AD4D DEFB $14,$00 (20, top left)
AD4F DEFB $20,$03 (32, bottom left)
AD51 DEFB $2C,$02 (44, bottom right)
AD53 DEFB $FF Terminating byte.
Searchlight movement pattern for ?
searchlight_path_2 AD54 DEFB $2C,$02 (44, bottom right)
AD56 DEFB $2A,$01 (42, top right)
AD58 DEFB $FF Terminating byte.
Prev: ACFC Up: Map Next: AD59