| Alien (BUGFIX 1.7) | Routines |
| Prev: 35787 | Up: Map | Next: 35814 |
|
Used by the routine at 45830.
|
||||
| 35790 | CP 52 | " ATTACK " selected? | ||
| 35792 | JP Z,37493 | yes: attack handler | ||
|
This entry point is used by the routine at 45830. StartGrilleRemoval: queue the timed RmveGrille job — action state 3 fires CrewAction3_RemoveGrille when the countdown expires.
|
||||
| 35795 | LD A,(31241) | base time = GrilleTimeBySlot[slot] | ||
| 35798 | LD E,A | (100-180 frames, crew-dependent) | ||
| 35799 | LD D,0 | |||
| 35801 | LD HL,33770 | |||
| 35804 | ADD HL,DE | |||
| 35805 | LD A,(HL) | |||
| 35806 | CALL 35814 | set the action countdown | ||
| 35809 | LD (IX+3),3 | action state = 3 (remove the grille) | ||
| 35813 | RET | |||
| Prev: 35787 | Up: Map | Next: 35814 |