Prev: 63219 Up: Map Next: 63247
63233: Point HL at terrain interaction data for character coordinates x=C, y=B
Used by the routines at 38434, 38585, 38724, 39216, 39366, 41173 and 48191.
Input
B y-coordinate (chars)
C x-coordinate (chars)
Output
HL points to entry in terrain interaction data
63233 LD A,93 Set most significant byte in terrain interaction data / attribute file lookup routine to 93 (terrain interaction table)...
63235 LD (63229),A ...
63238 CALL 63219 Point HL at terrain interaction data for character coordinates x=C, y=B
63241 LD A,88 Set most significant byte in terrain interaction data / attribute file lookup routine to 88, (attribute file)...
63243 LD (63229),A ...
63246 RET Return
Prev: 63219 Up: Map Next: 63247