From 517a59fbf49a4d2bb59aefb10f2acfcdd17ff75e Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 13 Dec 2024 15:18:39 -0700 Subject: Impl trophy --- include/defines.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/defines.h b/include/defines.h index 11394a6c2..e4ee8c41c 100644 --- a/include/defines.h +++ b/include/defines.h @@ -351,6 +351,11 @@ enum DIRECTION { #define BALLOON_STATUS_PRESENT 1 #define BALLOON_STATUS_DEPARTING 2 +/** + * Number of podiums in podium ceremony + */ +#define NUM_PODIUMS 3 + /** * @brief Max representable time, 100 minutes measured in centiseconds */ @@ -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 -- cgit v1.2.3