Prev: C2C8 Up: Map Next: C2E1
C2D4: Location descriptors (x-coordinate 175)
Used by the routine at EB13. These descriptors correspond to the top-left edge of the roof of the apartment building next to no. 19, and the left edges of the fire escape on that building on the second, third and top floors. They are used to check whether Sam is going to step off the building at one of those locations (see A216).
The first descriptor corresponds to the top-left edge of the roof of the apartment building next to no. 19.
ld-175-6-1
C2D4 DEFB $82,$C2,$03 y=6, z=1; left, right
The next three descriptors correspond to the left edges of the fire escape on the top, third and second floors of the apartment building next to no. 19.
ld-175-11-2 ld-175-17-2 ld-175-23-2
C2D7 DEFB $A7,$C2,$03 y=11, z=2; left, right (top floor)
C2DA DEFB $AD,$C2,$03 y=17, z=2; left, right (third floor)
C2DD DEFB $B3,$C2,$03 y=23, z=2; left, right (second floor)
C2E0 DEFB $FF End marker
Prev: C2C8 Up: Map Next: C2E1