| Alien (BUGFIX 1.7) | Routines |
| Prev: 45705 | Up: Map | Next: 45732 |
|
Entry shim for the alien's AI: spot 98 (= room 34 | 64, the ducts "over" the Narcissus) is an escape artifact — the Narcissus has no grille byte, so the alien can duct-flip into a network that does not connect anywhere. If it is stuck there, flip it straight back out; otherwise run the victim scan.
Used by the routine at 37018.
|
||||
| 45721 | LD A,(IX+1) | stuck in the Narcissus "ducts" (98)? | ||
| 45724 | CP 98 | |||
| 45726 | JP Z,37132 | yes: climb straight back out | ||
| 45729 | JP 37036 | no: scan for victims (A = its spot) | ||
| Prev: 45705 | Up: Map | Next: 45732 |