blob: 2e8ad1c7b4e4b9578e5bd8ee6666aa1e5d4bc4a1 (
plain)
1
2
3
4
5
6
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
|