diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-07-07 06:59:31 -0500 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-07-07 06:59:31 -0500 |
commit | eef820ba4669a78a62d106ea1ddb0380bd28ef20 (patch) | |
tree | 8e6647f154d64e8e45cf1b874191afb2fe5e4aee /include | |
parent | d62768df00ac272f38b09e90d0889caa59f7ff73 (diff) |
Decompile unk_02033F50 -> communication_error
Diffstat (limited to 'include')
-rw-r--r-- | include/communication_error.h | 7 |
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 |