pokeheartgold/include/communication_error.h
2022-02-02 10:05:08 -05:00

7 lines
188 B
C

#ifndef POKEHEARTGOLD_COMMUNICATION_ERROR_H
#define POKEHEARTGOLD_COMMUNICATION_ERROR_H
void ShowCommunicationError(int a0, int a1, int a2);
#endif //POKEHEARTGOLD_COMMUNICATION_ERROR_H