pokeheartgold/include/communication_error.h
2025-07-12 13:36:08 -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