mirror of
https://github.com/n64decomp/mk64
synced 2026-07-09 05:13:17 -04:00
Add defines for cup selection (#66)
* Add defines for cup selection Signed-off-by: Taggerung <tyler.taggerung@gmail.com> * Change BATTTLE (3 T's) to BATTLE (2 T's) Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
+16
-1
@@ -21,12 +21,16 @@
|
||||
// Compiles to -0x1000 in diff.py
|
||||
#define PLAYER_HUMAN_AND_CPU PLAYER_EXISTS | PLAYER_HUMAN | PLAYER_CPU | PLAYER_START_SEQUENCE
|
||||
|
||||
/**
|
||||
* Options for gModeSelection
|
||||
**/
|
||||
#define GRAND_PRIX 0
|
||||
#define TIME_TRIALS 1
|
||||
#define VERSUS 2
|
||||
#define BATTTLE 3
|
||||
#define BATTLE 3
|
||||
|
||||
/**
|
||||
* Options for gCCSelection
|
||||
* CC stands for cubic-centimetres.
|
||||
* It measures engine displacement composed from
|
||||
* cylinder volume.
|
||||
@@ -39,5 +43,16 @@
|
||||
#define CC_EXTRA 3
|
||||
#define CC_BATTLE 4
|
||||
|
||||
/**
|
||||
* Options for gCupSelection
|
||||
* There is a "cup" for battle mode, probably so that
|
||||
* the battle courses could be displayed in the same
|
||||
* way race courses are.
|
||||
**/
|
||||
#define MUSHROOM_CUP 0
|
||||
#define FLOWER_CUP 1
|
||||
#define STAR_CUP 2
|
||||
#define SPECIAL_CUP 3
|
||||
#define BATTLE_CUP 4
|
||||
|
||||
#endif // DEFINES_H
|
||||
|
||||
Reference in New Issue
Block a user