| Alien (BUGFIX 1.7) | Routines |
| Prev: 45692 | Up: Map | Next: 45721 |
|
Tracker-sweep test for one adjacent room (in C, A = JonesRoom): Jones or the alien there = motion detected; otherwise scan the actors too.
Used by the routine at 38941.
|
||||
| 45705 | CP C | Jones in the adjacent room? | ||
| 45706 | JP Z,39035 | yes: motion detected | ||
| 45709 | LD A,(29567) | the alien in it? | ||
| 45712 | AND 63 | |||
| 45714 | CP C | |||
| 45715 | JP Z,39035 | yes: motion detected | ||
| 45718 | JP 39000 | else check the actors | ||
| Prev: 45692 | Up: Map | Next: 45721 |