Prev: A915 Up: Map Next: A9CC
A9AF: Table of position and graphic offset for missile trajectory
Every pair of bytes contains the y-offset and graphic offset to compute the missile trajectory and the graphic of the missile. The byte $1E is an end marker Byte $0C of projectile configuration buffer contains the index to this table
A9AF DEFB $FB,$00,$FC,$00,$FD,$04,$FE,$04
A9B7 DEFB $FF,$04,$00,$08,$01,$08,$02,$0C
A9BF DEFB $03,$0C,$04,$10,$05,$10,$06,$14
A9C7 DEFB $07,$14,$08,$14,$1E
Prev: A915 Up: Map Next: A9CC