| Alien (BUGFIX 1.7) | Routines |
| Prev: 45080 | Up: Map | Next: 45148 |
|
Special-row draw hook (DrawRoomSpecials) when the Android is in the viewed room — the Android twin of AttackRowGate.
Used by the routine at 31964.
|
||||
| 45125 | LD A,(IX+3) | mid-attack (state 4, timer still | ||
| 45128 | CP 4 | running)? | ||
| 45130 | JR NZ,45139 | |||
| 45132 | LD A,(IX+0) | |||
| 45135 | OR A | |||
| 45136 | JP NZ,32141 | yes: draw the row as it stands | ||
| 45139 | CALL 45278 | no: swap a live "RmveGrille" pick too, | ||
| 45142 | LD DE,29643 | and force the Special cell (13) | ||
| 45145 | JP 32138 | to " ATTACK " | ||
| Prev: 45080 | Up: Map | Next: 45148 |