mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
8 lines
187 B
C
8 lines
187 B
C
#ifndef POKEDIAMOND_COMMUNICATION_ERROR_H
|
|
#define POKEDIAMOND_COMMUNICATION_ERROR_H
|
|
|
|
void FUN_02033F50(void);
|
|
void ShowCommunicationError(u32 heap_id, u32 error, u32 error_code);
|
|
|
|
#endif
|