summaryrefslogtreecommitdiff
path: root/arm9/src/error_handling.c
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-02 09:45:10 +0100
committerGitHub <noreply@github.com>2021-05-02 09:45:10 +0100
commit69cd84dee8c33564de8db4c679c46d14e2fdb551 (patch)
tree03c3f04db251c3c22f3d4572bf20375b5d2ecdd7 /arm9/src/error_handling.c
parentf9e23355059cc5fb1298853fe19a6ffec18764fd (diff)
parentb4b10b6c1c3ff5143d2f39219230af7d62723e35 (diff)
Merge pull request #368 from remicalixte/unk_02031734
decompile unk_02031734.s
Diffstat (limited to 'arm9/src/error_handling.c')
-rw-r--r--arm9/src/error_handling.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm9/src/error_handling.c b/arm9/src/error_handling.c
index a01894f6..7f006039 100644
--- a/arm9/src/error_handling.c
+++ b/arm9/src/error_handling.c
@@ -1,8 +1,9 @@
#include "global.h"
#include "error_handling.h"
#include "error_message_reset.h"
+#include "unk_02031734.h"
+
-extern u32 FUN_02031810(void);
THUMB_FUNC void ErrorHandling(void)
{