Prev: C3D5 Up: Map Next: C3F2
C3DB: Location descriptors (x-coordinates 14, 30, 198)
Used by the routine at EB13.
The first descriptor corresponds to the left side of the wall between the right-hand shop under the apartment building next to no. 74 and the stairwell of that building (x=14).
ld-14-31-4
C3DB DEFB $36,$80 y=31, z=1; left
The next descriptor corresponds to the staircases leading up to the roofs of the apartment building next to no. 74 (x=14) and the apartment building next to no. 19 (x=198).
ld-14-12-4 ld-198-12-4
C3DD DEFB $10,$28 y=12, z=1; up/left, down/left
The next descriptor corresponds to the location between the stairwell and the first window to the right of the stairwell on the first floor of the apartment building next to no. 19 (x=198). It invokes the special location handler routine whose address is at A016 when a character moves right at this location. However, the handler routine does nothing special, and therefore the descriptor is redundant. (The location at (x,y,z)=(14,31,1) is dealt with by the first descriptor above.)
ld-198-31-4
C3DF DEFB $9B,$C1,$01 y=31, z=1; left, right
The next descriptor corresponds to the staircases between the third and top floors in the apartment building next to no. 74 (x=14) and the apartment building next to no. 19 (x=198).
ld-14-18-4 ld-198-18-4
C3E2 DEFB $1C,$28 y=18, z=1; up/left, down/left
The next descriptor corresponds to the location between the stairwell and the first window to the right of the stairwell on the third floor of the apartment building next to no. 74 (x=14), and the location between the stairwell and the first window to the right of the stairwell on the third floor of the apartment building next to no. 19 (x=198). It invokes the special location handler routine whose address is at A016 when a character moves right at these locations. However, the handler routine does nothing special, and therefore the descriptor is redundant.
ld-14-19-4 ld-198-19-4
C3E4 DEFB $8F,$C1,$01 y=19, z=1; left, right
The next descriptor corresponds to the staircases between the second and third floors in the apartment building next to no. 74 (x=14) and the apartment building next to no. 19 (x=198).
ld-14-24-4 ld-198-24-4
C3E7 DEFB $28,$28 y=24, z=1; up/left, down/left
The next descriptor corresponds to the location between the stairwell and the first window to the right of the stairwell on the second floor of the apartment building next to no. 74 (x=14), and the location between the stairwell and the first window to the right of the stairwell on the second floor of the apartment building next to no. 19 (x=198). It invokes the special location handler routine whose address is at A016 when a character moves right at these locations. However, the handler routine does nothing special, and therefore the descriptor is redundant.
ld-14-25-4 ld-198-25-4
C3E9 DEFB $95,$C1,$01 y=25, z=1; left, right
The next descriptor corresponds to the staircases between the first and second floors in the apartment building next to no. 74 (x=14) and the apartment building next to no. 19 (x=198).
ld-14-30-4 ld-198-30-4
C3EC DEFB $34,$28 y=30, z=1; up/left, down/left
The next descriptor corresponds to the location between the stairwell and the first window to the right of the stairwell on the top floor of the apartment building next to no. 74 (x=14), the right end of the catwalk (x=30), and the location between the stairwell and the first window to the right of the stairwell on the top floor of the apartment building next to no. 19 (x=198). It invokes the special location handler routine whose address is at A016 when a character moves right at these locations. However, the handler routine does nothing special, and therefore the descriptor is redundant.
ld-14-13-4 ld-30-13-1 ld-198-13-4
C3EE DEFB $89,$C1,$01 y=13, z=1; left, right
C3F1 DEFB $FF End marker
Prev: C3D5 Up: Map Next: C3F2