Prev: C330 Up: Map Next: C391
C380: Location descriptors (x-coordinates 223, 239)
Used by the routine at EB13.
The first descriptor corresponds to the top-left edge of the roof of no. 17 (x=223). It is used to check whether Sam is going to step off the roof or away from the edge of the roof (see A116).
ld-223-6-1
C380 DEFB $82,$C3,$02 y=6, z=1; left, right
The next three descriptors correspond to the far left walls of no. 17 (x=223) and no. 15 (x=239).
ld-223-13-4 ld-223-19-4 ld-223-25-4 ld-239-13-4 ld-239-19-4 ld-239-25-4
C383 DEFB $12,$40 y=13, z=1; right (top floor)
C385 DEFB $1E,$40 y=19, z=1; right (third floor)
C387 DEFB $2A,$40 y=25, z=1; right (second floor)
The next three descriptors correspond to the doorways of the shops under no. 17 (x=223) and no. 15 (x=239).
ld-223-33-2 ld-239-33-2
C389 DEFB $DD,$4C,$41 y=33, z=1 or 2; right, down/left, down/right (door open)
C38C DEFB $3A,$40 y=33, z=1; right (inside, door closed)
C38E DEFB $7A,$4C y=33, z=2; right, down/left, down/right (outside, door closed)
C390 DEFB $FF End marker
Prev: C330 Up: Map Next: C391