diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 21:12:42 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-06 21:12:42 -0500 |
commit | 7be61cfb1a55feb9ab30cfda9e78ed33c74eb097 (patch) | |
tree | 813ee816afab86312307d67351dc4b13279557dd /include/global.h | |
parent | 601ec28721b250d74e7fd61300226ff07c8a710b (diff) |
add assert support to pokeemerald.
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 7943fc569..1d0962cf6 100644 --- a/include/global.h +++ b/include/global.h @@ -3,6 +3,7 @@ #include "gba/gba.h" #include "config.h" +#include "assert.h" // Prevent cross-jump optimization. #define BLOCK_CROSS_JUMP asm(""); |