Prev: 7F1F Up: Map Next: 80E5
80A9: Positions of the lightning bolts in the "asteroids" game
Used by the routines at EDF7, F8B9, F9F5 and FAF0.
The format is:
Byte Description
0 x co-ordinate, or FF for no lightning here
1 y co-ordinate
2 change in X (may be negative)
3 change in Y (may be negative)
4 object ID to draw with
80A9 DEFB $FF,$00,$00,$00,$00
80AE DEFB $FF,$00,$00,$00,$00
80B3 DEFB $FF,$00,$00,$00,$00
80B8 DEFB $FF,$00,$00,$00,$00
80BD DEFB $FF,$00,$00,$00,$00
80C2 DEFB $FF,$00,$00,$00,$00
80C7 DEFB $FF,$00,$00,$00,$00
80CC DEFB $FF,$00,$00,$00,$00
80D1 DEFB $FF,$00,$00,$00,$00
80D6 DEFB $FF,$00,$00,$00,$00
80DB DEFB $FF,$00,$00,$00,$00
80E0 DEFB $FF,$00,$00,$00,$00
Prev: 7F1F Up: Map Next: 80E5