mirror of
https://github.com/n64decomp/mk64
synced 2026-07-03 03:33:08 -04:00
Another flag and explanation of CC (#65)
* Another flag and comment explaining CC
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#define PLAYER_CPU (1 << 12) // 0x1000
|
||||
#define PLAYER_HUMAN (1 << 14) // 0x4000
|
||||
#define PLAYER_INVISIBLE_OR_BOMB (1 << 8) // 0x0100
|
||||
// unused?
|
||||
#define PLAYER_UNKNOWN (1 << 10) // 0x0400
|
||||
|
||||
// Compiles to -0x1000 in diff.py
|
||||
@@ -25,6 +26,13 @@
|
||||
#define VERSUS 2
|
||||
#define BATTTLE 3
|
||||
|
||||
/**
|
||||
* CC stands for cubic-centimetres.
|
||||
* It measures engine displacement composed from
|
||||
* cylinder volume.
|
||||
* Generally, the main determiner of horsepower output.
|
||||
*/
|
||||
|
||||
#define CC_50 0
|
||||
#define CC_100 1
|
||||
#define CC_150 2
|
||||
|
||||
+1
-1
@@ -232,7 +232,7 @@ void func_8028E3A0(void) {
|
||||
|
||||
if (D_80150120) {
|
||||
|
||||
if (gCourseSelection == 3) {
|
||||
if (gCourseSelection == COURSE_BANSHEE_BOARDWALK) {
|
||||
D_80150124 = 5;
|
||||
} else {
|
||||
D_800DC544++;
|
||||
|
||||
Reference in New Issue
Block a user