Skip to navigation


Dashboard: mirrorAddressHi

Name: mirrorAddressHi [Show more] Type: Variable Category: Dashboard Summary: The high byte of the base screen address of each mirror segment Deep dive: Wing mirrors
Context: See this variable in context in the source code References: This variable is used as follows: * DrawCarInMirror uses mirrorAddressHi
.mirrorAddressHi EQUB HI(mirror0) \ Mirror segment 0 (left mirror, outer segment) EQUB HI(mirror1) \ Mirror segment 1 (left mirror, middle segment) EQUB HI(mirror2) \ Mirror segment 2 (left mirror, inner segment) EQUB HI(mirror3) \ Mirror segment 3 (right mirror, inner segment) EQUB HI(mirror4) \ Mirror segment 4 (right mirror, middle segment) EQUB HI(mirror5) \ Mirror segment 5 (right mirror, outer segment)