pokeheartgold/include/communication_error.h
2025-07-25 18:13:43 -04:00

9 lines
230 B
C

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