Prev: C54E Up: Map Next: C622
C596: Nasty data
Each entry contains :
Offset Value
00 Status flag. 0 = two directions, 1 - ???, 2 = one direction, 3 = invisible
01 - 02 Address of graphic (up)
03 - 04 Address of graphic (down)
05 - 06 Address of graphic (left)
07 - 08 Address of graphic (right)
09 Attribute
0A Index of this nasty in the table
0B Current direction (0 - up, 1 - down, 2 - left, 3 - right)
0C Current X co-ordinate
0D Current Y co-ordinate
0E Width or height of path covered
0F Not used
10 Current distance before changing direction
11 Speed ( 0 - static, 1 - slow, 2 - fast )
12 Not used
13 Not used
C596 DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
C5AA DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
C5BE DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
C5D2 DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
C5E6 DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
C5FA DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
C60E DEFB $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00
Prev: C54E Up: Map Next: C622