pokediamond/include/constants/global.h
2025-08-27 21:48:39 +01:00

14 lines
317 B
C

#ifndef POKEDIAMOND_CONSTANTS_GLOBAL_H
#define POKEDIAMOND_CONSTANTS_GLOBAL_H
#include "constants/charcode.h"
#include "constants/global_fieldmap.h"
#define POKEMON_NAME_LENGTH 10
#define PLAYER_NAME_LENGTH 7
#define PLAYER_GENDER_MALE 0
#define PLAYER_GENDER_FEMALE 1
#endif // POKEDIAMOND_CONSTANTS_GLOBAL_H