start rename around course section

This commit is contained in:
coco875
2024-04-17 01:11:27 +02:00
parent ed0dfcc4a3
commit ddfbc67714
16 changed files with 254 additions and 420 deletions
+7
View File
@@ -324,6 +324,13 @@ typedef enum KART_AI_BEHAVIOURS {
BEHAVIOUR_MAX_SPEED
};
enum DIRECTION {
NORTH,
EAST,
SOUTH,
WEST
};
/**
* @brief Balloon status
*/
+1 -1
View File
@@ -7,7 +7,7 @@ typedef struct {
/* 0x00 */ s16 posX;
/* 0x02 */ s16 posY;
/* 0x04 */ s16 posZ;
/* 0x06 */ u16 trackSegment;
/* 0x06 */ u16 courseSection;
} TrackWaypoint; // size = 0x08
/**