diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-10 00:27:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 00:27:50 +0100 |
commit | f7c8156c5bbcff485a212e39c57802fb98bdcd00 (patch) | |
tree | a4a85627cb6fed0154f5ace47979d75c1ddea6f6 /include/communication_error.h | |
parent | 8aa6bcd0c030301f5d5b7712c457aa15db88fec1 (diff) | |
parent | b1d8597062896635ac8de02da3804ab738e8bfed (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.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 |