| alien | Routines |
| Prev: 35451 | Up: Map | Next: 35578 |
|
Action on the "Grille" move-to row (1, offered once the room's grille is removed): send the actor through the duct opening — the destination is the same room with the in-ducts flag (bit 6) flipped.
|
||||||||
| 35560 | LD A,64 | |||||||
| 35562 | CALL 35814 | set the actor's action timer | ||||||
| 35565 | LD (IX+3),2 | action state = 2 (move) | ||||||
| 35569 | LD A,(31242) | |||||||
| 35572 | XOR 64 | same room, other side of the grille | ||||||
| 35574 | LD (IX+2),A | |||||||
| 35577 | RET | |||||||
| Prev: 35451 | Up: Map | Next: 35578 |