Skip to navigation


Car geometry: MovePlayerForward

Name: MovePlayerForward [Show more] Type: Subroutine Category: Car geometry Summary: Move the player's car forwards by one track segment and add the segment to the track segment buffer
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * MovePlayerSegment calls MovePlayerForward
.MovePlayerForward CLC \ Clear the C flag so the call to MovePlayer moves the \ player's car in the direction it is pointing JSR MovePlayer \ Move the player's car forwards by one track segment \ Fall through into GetTrackSegment to set up the \ next track segment