mirror of
https://github.com/n64decomp/mk64
synced 2026-08-04 00:49:03 -04:00
Split out some unused asm and documented main.c (#242)
* Splitting out unused asm * Documented main.c
This commit is contained in:
@@ -9,6 +9,8 @@ typedef s16 Vec3s[3];
|
||||
typedef u16 Vec3su[3];
|
||||
typedef s16 Vec4s[4];
|
||||
|
||||
#define COURSE_NULL 0xFF
|
||||
|
||||
typedef enum {
|
||||
/* 0x00 */ COURSE_MARIO_RACEWAY = 0,
|
||||
/* 0x01 */ COURSE_CHOCO_MOUNTAIN,
|
||||
|
||||
Reference in New Issue
Block a user