diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:18:39 -0700 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-12-13 15:18:39 -0700 |
| commit | 517a59fbf49a4d2bb59aefb10f2acfcdd17ff75e (patch) | |
| tree | 991cf0baa99c4185fcb325757be972b8490451cd /include | |
| parent | 95b8cca50025f7fa10e47ca24ac5f71f9813a2e3 (diff) | |
Impl trophy
Diffstat (limited to 'include')
| -rw-r--r-- | include/defines.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/defines.h b/include/defines.h index 11394a6c2..e4ee8c41c 100644 --- a/include/defines.h +++ b/include/defines.h @@ -352,6 +352,11 @@ enum DIRECTION { #define BALLOON_STATUS_DEPARTING 2 /** + * Number of podiums in podium ceremony + */ +#define NUM_PODIUMS 3 + +/** * @brief Max representable time, 100 minutes measured in centiseconds */ #define MAX_TIME 0x927C0 @@ -397,7 +402,6 @@ enum DIRECTION { #define COLOR_LAVA GPACK_RGB888(0x34, 0x00, 0x00) #define COLOR_BLACK GPACK_RGB888(0, 0, 0) -#endif // DEFINES_H /** * @@ -410,3 +414,5 @@ enum DIRECTION { #define FACING_Y_AXIS 0x4000 #define FACING_X_AXIS 0x8000 #define FACING_Z_AXIS 0x2000 + +#endif // DEFINES_H
\ No newline at end of file |
