Prev: 50133 Up: Map Next: 50162
50139: Location descriptors (x-coordinates 14, 30, 198)
Used by the routine at 60179.
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
50139 DEFB 54,128 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
50141 DEFB 16,40 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 40982 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
50143 DEFB 155,193,1 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
50146 DEFB 28,40 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 40982 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
50148 DEFB 143,193,1 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
50151 DEFB 40,40 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 40982 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
50153 DEFB 149,193,1 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
50156 DEFB 52,40 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 40982 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
50158 DEFB 137,193,1 y=13, z=1; left, right
50161 DEFB 255 End marker
Prev: 50133 Up: Map Next: 50162