![]() |
Routines |
| Prev: 40647 | Up: Map | Next: 40741 |
|
Used by the routines at Action_Dir and Action_Run.
|
||||
| 40712 | PUSH BC | Stash BC and IY on the stack. | ||
| 40713 | PUSH IY | |||
| 40715 | LD B,A | |||
| 40716 | CALL 40597 | Call 40597. | ||
| 40719 | CALL Step3ByteTable | Call Step3ByteTable. | ||
| 40722 | JR Z,40737 | |||
| 40724 | LD A,(IX+2) | |||
| 40727 | AND A | |||
| 40728 | JR Z,40719 | |||
| 40730 | LD A,(IX+0) | |||
| 40733 | CP B | |||
| 40734 | JP NZ,40719 | |||
| 40737 | POP IY | Restore IY and BC off the stack. | ||
| 40739 | POP BC | |||
| 40740 | RET | Return. | ||
| Prev: 40647 | Up: Map | Next: 40741 |