Prev: 49945 Up: Map Next: 49968
49952: Location descriptors (most x-coordinates)
Used by the routine at 60179.
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
49952 DEFB 6,64 y=7, z=1; right (roof)
49954 DEFB 18,64 y=13, z=1; right (top floor)
49956 DEFB 30,64 y=19, z=1; right (third floor)
49958 DEFB 42,64 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
49960 DEFB 221,68,65 y=33, z=1 or 2; right, down/right (door open)
49963 DEFB 58,64 y=33, z=1; right (inside, door closed)
49965 DEFB 122,4 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.
49967 DEFB 255 End marker
Prev: 49945 Up: Map Next: 49968