pokeheartgold/include/communication_error.h
2022-03-06 15:49:55 -06:00

9 lines
226 B
C

#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