summaryrefslogtreecommitdiff
path: root/include/communication_error.h
diff options
context:
space:
mode:
authorSNBeast <snburchett@gmail.com>2021-07-10 02:58:28 +0000
committerGitHub <noreply@github.com>2021-07-10 02:58:28 +0000
commitd2a86ad721f4b57004c03cc11af8887b7694158d (patch)
tree381001263bfcd39c7288e21573169e742cdd031a /include/communication_error.h
parentafdedc1b2e42c5d622f169c0ce08571fb2e232c2 (diff)
parentf7c8156c5bbcff485a212e39c57802fb98bdcd00 (diff)
Merge branch 'master' into master
Diffstat (limited to 'include/communication_error.h')
-rw-r--r--include/communication_error.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/communication_error.h b/include/communication_error.h
new file mode 100644
index 00000000..2e8ad1c7
--- /dev/null
+++ b/include/communication_error.h
@@ -0,0 +1,7 @@
+#ifndef POKEDIAMOND_COMMUNICATION_ERROR_H
+#define POKEDIAMOND_COMMUNICATION_ERROR_H
+
+void FUN_02033F50(void);
+void ShowCommunicationError(u32 heap_id, u32 error, u32 error_code);
+
+#endif