summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-11 18:25:42 -0800
committerGitHub <noreply@github.com>2018-01-11 18:25:42 -0800
commitd1630d481a0ff611fda2d70a100eed5046982cec (patch)
treee4de58bbf80fca6a78ea1db48a8f1ab36a81c789 /include/global.h
parent73d3a21c2d0a0352cd314e7211fac316cd03b351 (diff)
parente1801885a0619724860cb322ba1cb8dba2b2c0f3 (diff)
Merge pull request #155 from ProjectRevoTPP/assert
add assert support to pokeemerald.
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 7943fc569..3e260fd2a 100644
--- a/include/global.h
+++ b/include/global.h
@@ -1,8 +1,8 @@
#ifndef GUARD_GLOBAL_H
#define GUARD_GLOBAL_H
+#include "config.h" // we need to define config before gba headers as print stuff needs the functions nulled before defines.
#include "gba/gba.h"
-#include "config.h"
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");