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