| Chase H.Q. | Data |
| Prev: 86F6 | Up: Map | Next: 873C |
|
14 bytes of set_up_stage data used by escape_scene. Map data addresses are all a byte earlier than their actual start data.
|
||||
| escape_scene_data | 871A | DEFW $0134 | road_pos | |
| 871C | DEFW $E2A9 | Set road_curvature_ptr to perp_escape_curvature - 1 | ||
| 871E | DEFW $E2AE | Set road_height_ptr to perp_escape_height - 1 | ||
| 8720 | DEFW $E2B3 | Set road_lanes_ptr to perp_escape_lanes - 1 | ||
| 8722 | DEFW $E2A9 | Set road_rightside_ptr to perp_escape_curvature - 1 (note: reuse of road curvature data) | ||
| 8724 | DEFW $E2A9 | Set road_leftside_ptr to perp_escape_curvature - 1 (note: reuse of road curvature data) | ||
| 8726 | DEFW $E2A3 | Set road_hazard_ptr to perp_escape_hazards - 1 | ||
|
20 bytes copied to hazards[0]
|
||||
| escape_scene_perp | 8728 | DEFB $FF | Hazard used flag (true) | |
| 8729 | DEFB $01,$00,$00,$00,$4C,$00,$00,$2C | |||
| 8731 | DEFW $0000 | Car LOD | ||
| 8733 | DEFW no_op | Routine at no_op (it's just a RET). Set to perp_behaviour in other places | ||
| 8735 | DEFW $00FA | Speed | ||
| 8737 | DEFB $00,$00,$00,$00,$00 | |||
| Prev: 86F6 | Up: Map | Next: 873C |