| Chase H.Q. | Routines |
| Prev: 8A57 | Up: Map | Next: 8C58 |
|
Used by the routine at smash.
|
||||
| fully_smashed | 8C3A | LD A,$01 | Start the pull over sequence (perp_caught_phase = 1) | |
| 8C3C | LD ($A230),A | |||
| 8C3F | INC A | Show the "stop" hand (hand_flag = 2) | ||
| 8C40 | LD ($A22F),A | |||
| 8C43 | LD A,$14 | Set smash_counter to 20 [Should it not always be 20 at this point already?] | ||
| 8C45 | LD ($A233),A | |||
| 8C48 | LD A,$C0 | Set user input mask to (Quit+Pause) to inhibit player control | ||
| 8C4A | LD ($A16F),A | |||
| 8C4D | LD HL,$8CD6 | Print the "OK! PULL OVER CREEP!" message | ||
| 8C50 | CALL setup_overlay_messages | Call setup_overlay_messages | ||
| 8C53 | LD DE,$0190 | DE = $190 (pos/accel?) | ||
| 8C56 | JR hpc_set_perp_pos_or_accel | Exit via hpc_set_perp_pos_or_accel | ||
| Prev: 8A57 | Up: Map | Next: 8C58 |