Prev: 53317 Up: Map Next: 53340
53333: Load A with direction index in pathfinding data table entry at address in IX, restore registers and return
Used by the routine at 53194.
Input
IX Address of an entry in pathfinding data table
53333 LD A,(IX+0) Load A with direction index for entry at IX
This entry point is used by the routine at 53194.
53336 POP IX Restore IX
53338 POP HL Restore HL
53339 RET Return
Prev: 53317 Up: Map Next: 53340