summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-25 17:19:59 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-25 17:19:59 -0400
commit8169654ed22031b0aba942913aae72d296c2c83a (patch)
treec6dcf18aac99ffb831f6fc9e0cbc9e9b9c17ddc5 /include/global.h
parentcde6e91b693c77f93546b8fc23dde1c53dcb0a4f (diff)
Decompile gf_rtc.c
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 1c92a1ec..1853dbc3 100644
--- a/include/global.h
+++ b/include/global.h
@@ -11,7 +11,7 @@
#define NELEMS(a) (sizeof(a) / sizeof(*(a)))
-#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0)
+#define GF_ASSERT(expr) do {if (!(expr)) GF_AssertFail();} while (0)
#ifndef IN_MAIN_C
extern const u8 gGameLanguage;