mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 19:24:15 -05:00
14 lines
317 B
C
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
|