pokeheartgold/include/constants/global.h
2022-01-27 08:49:33 -05:00

16 lines
349 B
C

#ifndef POKEHEARTGOLD_CONSTANTS_GLOBAL_H
#define POKEHEARTGOLD_CONSTANTS_GLOBAL_H
#include "constants/rgb.h"
#include "constants/charcode.h"
#define OT_NAME_LENGTH 7
#define POKEMON_NAME_LENGTH 10
#define PLAYER_GENDER_MALE 0
#define PLAYER_GENDER_FEMALE 1
#define PARTY_SIZE 6
#endif //POKEHEARTGOLD_CONSTANTS_GLOBAL_H