.dashRightEdge EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81 EQUB &81, &81Name: dashRightEdge [Show more] Type: Variable Category: Dashboard Summary: Storage for the first track pixel byte along the right edge of the dashboardContext: See this variable in context in the source code References: This variable is used as follows: * CopyTyreDashEdges uses dashRightEdge * DrawFence (Part 2 of 2) uses dashRightEdge * DrawTrackView (Part 2 of 4) uses dashRightEdge * DrawTrackView (Part 3 of 4) uses dashRightEdge
This table is used to store the track pixel byte that would be shown along the right edge of the dashboard, but which is partially obscured by the edge. This is stored so we can retrieve it when masking the pixel byte with the dashboard edge when we draw the track line that starts at the right edge of the dashboard. There is a byte for each track line from 43 (the track line at the top of the dashboard) down to 3 (the lowest track line, just above where the wing mirror joins the car body). Lines 0 to 2 are not used.