Files
pokediamond/include/communication_error.h
T
2023-05-29 21:18:13 +01:00

7 lines
162 B
C

#ifndef POKEDIAMOND_COMMUNICATION_ERROR_H
#define POKEDIAMOND_COMMUNICATION_ERROR_H
void ShowCommunicationError(u32 heap_id, u32 error, u32 error_code);
#endif