Data |
Prev: C262 | Up: Map | Next: C271 |
Used by the routine at EB13.
The first three descriptors correspond to the staircases between the third and fourth floors of no. 27 (x=153) and no. 15 (x=249).
|
||||||||||
C264 | DEFB $12,$C8 | y=13, z=1; left, right, down/left (top of the staircase) | ||||||||
C266 | DEFB $16,$24 | y=15, z=1; up/left, down/right | ||||||||
C268 | DEFB $1A,$14 | y=17, z=1; up/right, down/right | ||||||||
The next descriptor corresponds to the tops of the staircases between the first and second floors of no. 27 (x=153), no. 17 (x=233) and no. 15 (x=249).
|
||||||||||
C26A | DEFB $2A,$C8 | y=25, z=1; left, right, down/left | ||||||||
The next two descriptors correspond to the staircases between the first and second floors of no. 27 (x=153), no. 17 (x=233) and no. 15 (x=249).
|
||||||||||
C26C | DEFB $2E,$24 | y=27, z=1; up/left, down/right | ||||||||
C26E | DEFB $32,$14 | y=29, z=1; up/right, down/right | ||||||||
C270 | DEFB $FF | End marker |
Prev: C262 | Up: Map | Next: C271 |