| Alien (BUGFIX 1.7) | Routines |
| Prev: 39213 | Up: Map | Next: 39242 |
|
(HL) = the carried cat's NearRoomList entry: when it reads 255 (motion detected next door), the cat senses it.
Used by the routine at 39171.
|
||||
| 39228 | LD A,(HL) | motion detected (entry = 255)? | ||
| 39229 | CP 255 | |||
| 39231 | RET NZ | no: the cat is calm | ||
| 39232 | LD A,(31242) | |||
| 39235 | LD L,A | L = current room | ||
| 39236 | LD A,19 | msg #19 "Jones is looking uneasy" | ||
| 39238 | CALL 37176 | |||
| 39241 | RET | |||
| Prev: 39213 | Up: Map | Next: 39242 |