summaryrefslogtreecommitdiff
path: root/include/error_handling.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-05-26 03:30:14 +0100
committerGitHub <noreply@github.com>2021-05-26 03:30:14 +0100
commit7d10ba28169226bf00b741f7d01bc3386b383343 (patch)
tree3d32266a21b3ff64b56ffc4e84c632f768caa657 /include/error_handling.h
parent1f92eced46da4bdd0c31cb27d1b110aa8a9d75dd (diff)
parente7f5fc640c8217e7fb86aca8a470a456660da388 (diff)
Merge pull request #389 from PikalaxALT/pikalax_work
Decompile gf_rtc.c
Diffstat (limited to 'include/error_handling.h')
-rw-r--r--include/error_handling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/error_handling.h b/include/error_handling.h
index 1299fcba..c14c93fe 100644
--- a/include/error_handling.h
+++ b/include/error_handling.h
@@ -1,6 +1,6 @@
#ifndef POKEDIAMOND_ERROR_HANDLING_H
#define POKEDIAMOND_ERROR_HANDLING_H
-void ErrorHandling(void);
+void GF_AssertFail(void);
#endif //POKEDIAMOND_ERROR_HANDLING_H