| Alien (BUGFIX 1.7) | Routines |
| Prev: 45721 | Up: Map | Next: 45753 |
|
Store A into AlienActiveFlag (TriggerAlienEvent passes 255) and, if the Android happens to be the crew member on screen, rebuild the view.
Used by the routine at 41264.
|
||||
| 45732 | LD (33704),A | AlienActiveFlag = A | ||
| 45735 | LD A,(31252) | room view on screen (mode 1)? | ||
| 45738 | CP 1 | |||
| 45740 | RET NZ | no: done | ||
| 45741 | LD A,(33703) | is the Android the viewed | ||
| 45744 | LD D,A | crew member? | ||
| 45745 | LD A,(31241) | |||
| 45748 | CP D | |||
| 45749 | RET NZ | no: done | ||
| 45750 | JP 31417 | yes: rebuild the whole view | ||
| Prev: 45721 | Up: Map | Next: 45753 |