| Alien (BUGFIX 1.7) | Routines |
| Prev: 44986 | Up: Map | Next: 45019 |
|
Special-row draw hook (DrawRoomSpecials) when the alien is in the viewed room: while the viewed crew member's own ATTACK is still counting down (state 4, timer running), leave the row alone; otherwise force the " ATTACK " cell.
Used by the routine at 31964.
|
||||
| 44996 | LD A,(IX+3) | mid-attack (state 4, timer still | ||
| 44999 | CP 4 | running)? | ||
| 45001 | JR NZ,45010 | |||
| 45003 | LD A,(IX+0) | |||
| 45006 | OR A | |||
| 45007 | JP NZ,32132 | yes: draw the row as it stands | ||
| 45010 | CALL 45278 | no: swap a live "RmveGrille" pick too, | ||
| 45013 | LD DE,29643 | and force the Special cell (13) | ||
| 45016 | JP 32125 | to " ATTACK " | ||
| Prev: 44986 | Up: Map | Next: 45019 |