Routines |
Prev: 9EC7 | Up: Map | Next: 9F25 |
Used by the routines at Action_Dir and Action_Run.
|
||||
9F08 | PUSH BC | Stash BC and IY on the stack. | ||
9F09 | PUSH IY | |||
9F0B | LD B,A | |||
9F0C | CALL $9E95 | Call 9E95. | ||
9F0F | CALL Step3ByteTable | Call Step3ByteTable. | ||
9F12 | JR Z,$9F21 | |||
9F14 | LD A,(IX+$02) | |||
9F17 | AND A | |||
9F18 | JR Z,$9F0F | |||
9F1A | LD A,(IX+$00) | |||
9F1D | CP B | |||
9F1E | JP NZ,$9F0F | |||
9F21 | POP IY | Restore IY and BC off the stack. | ||
9F23 | POP BC | |||
9F24 | RET | Return. |
Prev: 9EC7 | Up: Map | Next: 9F25 |