Vehicle functions

Various functions that are involved in vehicle control.

updateVehicleMemoryBlock

  • 0x8022b274
  • Updates the vehicle memory block at the pointer in register 3.

updateAIVehicleMemoryBlock

  • 0x8026e8f0
  • Called by updateVehicleMemoryBlock if the vehicle is controlled by AI.
    • This is determined by checking the first byte of the memory block; an AI memory block starts with 0x04.

setAllRandomRacerIDs

  • 0x801d9238
  • Determines all the random CPU racer IDs (at least in practice mode, other modes untested).

This site uses Just the Docs, a documentation theme for Jekyll.