From eef820ba4669a78a62d106ea1ddb0380bd28ef20 Mon Sep 17 00:00:00 2001 From: tgsm Date: Wed, 7 Jul 2021 06:59:31 -0500 Subject: Decompile unk_02033F50 -> communication_error --- include/communication_error.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/communication_error.h (limited to 'include/communication_error.h') 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 -- cgit v1.2.3