summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-06 22:00:08 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-06 22:00:08 -0500
commit10ddfac7abab614d2c4488244cee35054ed06fa8 (patch)
tree76b50cdbd7e9f7cbe2d33463564d303ed76a76d0 /src
parent419e6d885baa060506489a947718b8610173b450 (diff)
consistency
Diffstat (limited to 'src')
-rwxr-xr-xsrc/libisagbprn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libisagbprn.c b/src/libisagbprn.c
index 867044217..f056be5d2 100755
--- a/src/libisagbprn.c
+++ b/src/libisagbprn.c
@@ -2,7 +2,6 @@
#include <stdio.h>
#include "gba/gba.h"
#include "config.h"
-#include "assert.h"
#define AGB_PRINT_FLUSH_ADDR 0x9FE209D
#define AGB_PRINT_STRUCT_ADDR 0x9FE20F8
@@ -25,7 +24,7 @@ struct AGBPrintStruct
typedef void (*LPFN_PRINT_FLUSH)(void);
-#ifndef NOAGBPRN
+#ifndef NDEBUG
void AGBPrintFlush1Block(void);
void AGBPrintInit(void)