pokediamond/include/communication_error.h

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