summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rwxr-xr-xinclude/global.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 16b8e51..2a9b072 100755
--- a/include/global.h
+++ b/include/global.h
@@ -4,6 +4,13 @@
#include <string.h>
#include "gba/gba.h"
+#define NUM_SPRITE_GROUPS 100
+#define MAX_SPRITES_IN_GROUP 22
+
+#include "types.h"
+#include "functions.h"
+#include "variables.h"
+
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");