summaryrefslogtreecommitdiff
path: root/include/communication_error.h
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-07-10 00:27:50 +0100
committerGitHub <noreply@github.com>2021-07-10 00:27:50 +0100
commitf7c8156c5bbcff485a212e39c57802fb98bdcd00 (patch)
treea4a85627cb6fed0154f5ace47979d75c1ddea6f6 /include/communication_error.h
parent8aa6bcd0c030301f5d5b7712c457aa15db88fec1 (diff)
parentb1d8597062896635ac8de02da3804ab738e8bfed (diff)
Merge pull request #429 from tgsm/communication_error
Decompile unk_02033F50 -> communication_error
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