Prev: 8D61 Up: Map Next: 8D77
8D6D: Auto Walk Step
Used by the routine at ControlPlayer.
AutoWalkStep 8D6D LD A,(IX+$02)
8D70 AND %00001111 Keep only bits 0-3.
8D72 RET Z Return if the result is zero.
8D73 DEC (IX+$02)
8D76 RET Return.
Prev: 8D61 Up: Map Next: 8D77