pokeheartgold/include/communication_error.h

9 lines
224 B
C

#ifndef POKEHEARTGOLD_COMMUNICATION_ERROR_H
#define POKEHEARTGOLD_COMMUNICATION_ERROR_H
#include "heap.h"
void ShowCommunicationError(HeapID heapId, u32 error, u32 errorCode);
#endif //POKEHEARTGOLD_COMMUNICATION_ERROR_H