diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:37:12 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:37:12 +0200 |
commit | a50b0bd9052bbeb9c439f2a25e5ab290c528cdf4 (patch) | |
tree | f58aac843f5cafb1f909a738f5ae3f141e0db37b /arm9/src/error_handling.c | |
parent | 1598b5dcbb9c2fc7dfc51b4503fe5bcac75dab47 (diff) | |
parent | 7962c5086f9ddd90508559a0d326f4eca9573669 (diff) |
Merge branch 'master' into unk_02016B94
Diffstat (limited to 'arm9/src/error_handling.c')
-rw-r--r-- | arm9/src/error_handling.c | 3 |
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) { |