| Alien (BUGFIX 1.7) | Routines |
| Prev: 45476 | Up: Map | Next: 45533 |
|
Catching Jones comforts the catcher: +1 courage, +1 morale, redraw the condition line; returns HL -> JonesRoom for the caller to clear.
Used by the routine at 35814.
|
||||
| 45510 | LD A,(IX+5) | courage += 1 | ||
| 45513 | ADD A,1 | |||
| 45515 | LD (IX+5),A | |||
| 45518 | LD A,(IX+6) | morale += 1 | ||
| 45521 | ADD A,1 | |||
| 45523 | LD (IX+6),A | |||
| 45526 | CALL 32385 | redraw the crew-condition line | ||
| 45529 | LD HL,33706 | hand back HL -> JonesRoom | ||
| 45532 | RET | |||
| Prev: 45476 | Up: Map | Next: 45533 |