Data |
Prev: C201 | Up: Map | Next: C22C |
Used by the routine at EB13.
The first three descriptors correspond to the staircase leading up to the roof of the police station.
|
|||||||
C214 | DEFB $06,$C8 | y=7, z=1; left, right, down/left (top of the staircase) | |||||
C216 | DEFB $0A,$24 | y=9, z=1; up/left, down/right | |||||
C218 | DEFB $12,$D8 | y=13, z=1; left, right, up/right, down/left (bottom of the staircase) | |||||
The next two descriptors correspond to the staircase between the third and fourth floors of the police station.
|
|||||||
C21A | DEFB $16,$24 | y=15, z=1; up/left, down/right | |||||
C21C | DEFB $1E,$D8 | y=19, z=1; left, right, up/right, down/left (bottom of the staircase) | |||||
The next two descriptors correspond to the staircase between the second and third floors of the police station.
|
|||||||
C21E | DEFB $22,$24 | y=21, z=1; up/left, down/right | |||||
C220 | DEFB $2A,$D8 | y=25, z=1; left, right, up/right, down/left (bottom of the staircase) | |||||
The next two descriptors correspond to the staircase between the first and second floors of the police station.
|
|||||||
C222 | DEFB $2E,$28 | y=27, z=1; up/left, down/left | |||||
C224 | DEFB $DB,$EC,$E0 | y=31, z=1 or 2; left, right, up/left, down/left, down/right (bottom of the staircase) | |||||
The next two descriptors correspond to the front steps of the police station.
|
|||||||
C227 | DEFB $78,$C8 | y=32, z=2; left, right, down/left | |||||
C229 | DEFB $7A,$FC | y=33, z=2; left, right, up/left, up/right, down/left, down/right | |||||
C22B | DEFB $FF | End marker |
Prev: C201 | Up: Map | Next: C22C |