| Alien (BUGFIX 1.7) | Routines |
| Prev: 32670 | Up: Map | Next: 32719 |
|
Restore the action-menu strip at CorridorPosTable from ActionMenuTemplate, clear the viewed room's 20-entry item list ($750A) to 255 and invalidate the cached actor cell/name state ($7A10-$7A13).
|
||||
| 32684 | LD DE,29630 | |||
| 32687 | LD HL,30178 | copy the 19-byte menu skeleton | ||
| 32690 | LD BC,19 | |||
| 32693 | LDIR | |||
| 32695 | LD HL,29962 | item list: 20 x 255 = empty | ||
| 32698 | LD A,255 | |||
| 32700 | LD B,20 | |||
| 32702 | LD (HL),A | |||
| 32703 | INC HL | |||
| 32704 | DJNZ 32702 | |||
| 32706 | LD (31249),A | no actor back/front cell | ||
| 32709 | LD (31248),A | |||
| 32712 | LD (31250),A | no crew names cached | ||
| 32715 | LD (31251),A | |||
| 32718 | RET | |||
| Prev: 32670 | Up: Map | Next: 32719 |