UI render functions
These functions are used to render various parts of the UI.
renderUITimerEnergySpeedPos
0x8026ecf0- Top-level function that calls functions to render the lap timers, energy bar, speedometer, and position numbers.
renderUIText
0x801f2828- Unsure of exact function - possibly calls some of the string render functions to set up UI text rendering.
renderSpeedometer
802727e0- Renders the speedometer text and km/h graphic.
renderUIPositionNumbers
0x80271cc0- Renders the large and small position numbers at the top of the screen.
renderEnergyBar
0x802707dc- Renders the energy bar.