pokeplatinum/include/constants/communication/comm_error.h
Adrienn Tindall ac8f847ad7
Some checks failed
build / build (push) Has been cancelled
First pass at comm_manager.c (#1157)
2026-05-29 00:32:46 -04:00

11 lines
282 B
C

#ifndef POKEPLATINUM_CONSTANTS_COMM_ERROR_H
#define POKEPLATINUM_CONSTANTS_COMM_ERROR_H
#define COMM_ERROR_NONE 0
#define COMM_ERROR_RESET_SAVEPOINT 1
#define COMM_ERROR_RESET_TITLE 2
#define COMM_ERROR_3 3
#define COMM_ERROR_4 4
#endif