Prev: E2A4 Up: Map Next: E2DE
E2C6: Data for road forks
Road fork, curvature
forked_road_curvature E2C6 DEFB $10
forked_road_curvature_loop E2C7 DEFB $FA Curve left (67%)
E2C8 DEFB $00,$00 Escape, Command 0 (Continue at <Address>)
E2CA DEFW forked_road_curvature_loop Loop (partial)
Road fork, height
forked_road_height E2CC DEFB $F8
E2CD DEFB $00,$00 Escape, Command 0 (Continue at <Address>)
E2CF DEFW forked_road_height Loop
Road fork, hazards? Previously thought this was lane data...
forked_road_hazards E2D1 DEFB $FF,$ED,$12,$00,$01
forked_road_rightobjs E2D6 DEFB $53,$D0,$00,$01 rightside data [flips around depending on who's accessing it]
forked_road_leftobjs E2DA DEFB $50,$D0,$00,$01 leftside data [flips]
Prev: E2A4 Up: Map Next: E2DE