mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-06 02:33:28 -05:00
11 lines
282 B
C
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
|