Prev: C319 Up: Map Next: C330
C320: Location descriptors (most x-coordinates)
Used by the routine at EB13.
The first four descriptors correspond to the left edge of the roof of the apartment building next to no. 74, and the far left walls inside that building on the top, third and second floors (x=0).
ld-0-7-1 ld-0-13-1 ld-0-19-1 ld-0-25-1
C320 DEFB $06,$40 y=7, z=1; right (roof)
C322 DEFB $12,$40 y=13, z=1; right (top floor)
C324 DEFB $1E,$40 y=19, z=1; right (third floor)
C326 DEFB $2A,$40 y=25, z=1; right (second floor)
The next three descriptors correspond to the doorway of the shop at the far left of town (x=0).
ld-0-33-2
C328 DEFB $DD,$44,$41 y=33, z=1 or 2; right, down/right (door open)
C32B DEFB $3A,$40 y=33, z=1; right (inside, door closed)
C32D DEFB $7A,$04 y=33, z=2; down/right (outside, door closed)
The following empty location descriptor table corresponds to x-coordinates 1-5, 8, 17-20, 24-29, 31, 33-37, 46-52, 54-56, 58-61, 63, 64, 70, 72, 73, 84, 85, 87, 93-99, 101, 102, 104-111, 119-123, 127-132, 134, 140-146, 159-174, 185-189, 191, 192, 199-203, 214-221, 227-229, 241-245 and 255; at these x-coordinates and any y-coordinate, a character can move left or right only.
C32F DEFB $FF End marker
Prev: C319 Up: Map Next: C330