diff options
author | Revo <projectrevotpp@hotmail.com> | 2021-03-21 14:56:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 14:56:57 -0400 |
commit | 98aafed459ae6869e00462f265effa77bb76d8a4 (patch) | |
tree | 2decddefab6168ef9ad47e295f64c3d296e7c656 /arm9/src/error_handling.c | |
parent | fb964706e274a82207711d3c73e0ced664586a08 (diff) | |
parent | fffe4b4946672105b35cebdd66ce4b8d06d0f805 (diff) |
Merge pull request #342 from remicalixte/unk_0208A998
Decompile unk_0208A998.s to error_message_reset.c
Diffstat (limited to 'arm9/src/error_handling.c')
-rw-r--r-- | arm9/src/error_handling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/error_handling.c b/arm9/src/error_handling.c index 9052773f..a01894f6 100644 --- a/arm9/src/error_handling.c +++ b/arm9/src/error_handling.c @@ -1,8 +1,8 @@ #include "global.h" #include "error_handling.h" +#include "error_message_reset.h" extern u32 FUN_02031810(void); -extern void PrintErrorMessageAndReset(void); THUMB_FUNC void ErrorHandling(void) { |