add assert support to pokeemerald.

This commit is contained in:
ProjectRevoTPP
2018-01-06 21:12:42 -05:00
parent 601ec28721
commit 7be61cfb1a
7 changed files with 175 additions and 176 deletions

View File

@@ -3,6 +3,7 @@
#include "gba/gba.h"
#include "config.h"
#include "assert.h"
// Prevent cross-jump optimization.
#define BLOCK_CROSS_JUMP asm("");