Chase H.Q. | Data |
Prev: E2C6 | Up: Map | Next: E300 |
Possibly off-by-one here, if the terminator is ($00,$01)
|
||||
Road fork exit, curvature
|
||||
forked_road_exit_curvature | E2DE | DEFB $F0,$F0,$60,$00,$01 | [ (15x straight), (15x straight), (6x straight), FORK_END ] | |
Road fork exit, height
|
||||
forked_road_exit_height | E2E3 | DEFB $F8,$F8,$68,$00,$01 | [ (15x level), (15x level), (6x level), FORK_END ] | |
Road fork exit, lanes (left fork)
|
||||
forked_road_exit_left_lanes | E2E8 | DEFB $0A,$01,$02,$2D,$0A,$81,$02 | [ (10x Two lanes), (2x $2D?), (10x Three lanes), (2x Widening 3-4 R), (12x Four lanes), FORK_END ] | |
E2EF | DEFB $AD,$0C,$00,$00,$01 | |||
Road fork exit, lanes (right fork)
|
||||
forked_road_exit_right_lanes | E2F4 | DEFB $0A,$03,$02,$1F,$0A,$82,$02 | [ (10x Two lanes), (2x Widening 2-3 L), (10x Three lanes), (2x Widening 3-4 L), (12x Four lanes), FORK_END ] | |
E2FB | DEFB $9E,$0C,$00,$00,$01 |
Prev: E2C6 | Up: Map | Next: E300 |