mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 20:56:40 -05:00
11 lines
267 B
C
11 lines
267 B
C
#ifndef POKEHEARTGOLD_CONSTANTS_GLOBAL_H
|
|
#define POKEHEARTGOLD_CONSTANTS_GLOBAL_H
|
|
|
|
#define OT_NAME_LENGTH 7
|
|
#define POKEMON_NAME_LENGTH 10
|
|
|
|
#define PLAYER_GENDER_MALE 0
|
|
#define PLAYER_GENDER_FEMALE 1
|
|
|
|
#endif //POKEHEARTGOLD_CONSTANTS_GLOBAL_H
|