Prev: E2A4 Up: Map Next: E34B
E2C6: Data for road splits
Road split, curvature
roadsplit_curvature E2C6 DEFB $10
roadsplit_curvature_loop E2C7 DEFB $FA Curve left (67%)
E2C8 DEFB $00,$00 Escape, Command 0 (Continue at <Address>)
E2CA DEFW roadsplit_curvature_loop Loop (partial)
Road split, height
roadsplit_height E2CC DEFB $F8
E2CD DEFB $00,$00 Escape, Command 0 (Continue at <Address>)
E2CF DEFW roadsplit_height Loop
Road split, lanes
roadsplit_lanes E2D1 DEFB $FF
something_hazards E2D2 DEFB $ED,$12,$00 Referenced by BBEF -- Used after road split
roadsplit_rightobjs E2D5 DEFB $01,$53,$D0,$00 rightside data [flips around depending on who's accessing it]
roadsplit_leftobjs E2D9 DEFB $01,$50,$D0,$00 leftside data [flips]
something_curvature E2DD DEFB $01,$F0,$F0,$60 Referenced by BBE3
E2E1 DEFB $00 Curvature escape byte
something_height E2E2 DEFB $01,$F8,$F8,$68,$00 Referenced by BBE9
something_lanes_2 E2E7 DEFB $01,$0A,$01,$02,$2D,$0A,$81,$02 lanes data
E2EF DEFB $AD,$0C,$00,$00
something_lanes_3 E2F3 DEFB $01,$0A,$03,$02,$1F,$0A,$82,$02 lanes data
E2FB DEFB $9E,$0C,$00,$00,$01,$60,$00,$00
E303 DEFB $00,$00,$00,$00,$00,$00,$00,$00
E30B DEFB $00,$00,$00,$00,$00,$00,$00,$00
E313 DEFB $00,$00,$00,$00,$00,$00,$00,$00
E31B DEFB $00,$00,$00,$00,$00,$00,$00,$00
E323 DEFB $00,$00,$00,$00,$00,$00,$00,$00
E32B DEFB $00,$00,$00,$00,$00,$00,$00,$00
E333 DEFB $00,$00,$00,$00,$00,$00,$00,$00
E33B DEFB $00,$00,$00,$00,$00,$00,$00,$00
E343 DEFB $00,$00,$00,$00,$00,$00,$00,$00
Prev: E2A4 Up: Map Next: E34B