Document versus rankings and finish info (#766)

* Document versus rankings and finish info

* Document race states

* variable renames
This commit is contained in:
Jed Grabman
2026-07-18 18:21:51 -04:00
committed by GitHub
parent 44fe054525
commit 44c71a7978
12 changed files with 214 additions and 186 deletions
+11
View File
@@ -529,3 +529,14 @@ player spins. Something with avoding rollover of aniamation frame data? */
#define FACING_Y_AXIS 0x4000
#define FACING_X_AXIS 0x8000
#define FACING_Z_AXIS 0x2000
// race states
#define RACE_NONE 0
#define RACE_PREP 1
#define RACE_STAGING 2
#define RACE_IN_PROGRESS 3
#define RACE_HUMAN_FINISHED 4 // At least 1 human has finished
#define RACE_DONE 5
#define RACE_QUITTING 6
#define RACE_QUADRANT_RESULTS 7 // The results screen in GP and Time trials mode