summaryrefslogtreecommitdiff
path: root/include/constants/global.h
blob: 28d4b2069ae7b3b9a5d96eddbde3cc47f6ec62f9 (plain)
1
2
3
4
5
6
7
#ifndef POKEDIAMOND_CONSTANTS_GLOBAL_H
#define POKEDIAMOND_CONSTANTS_GLOBAL_H

#define POKEMON_NAME_LENGTH 10
#define OT_NAME_LENGTH       7

#endif //POKEDIAMOND_CONSTANTS_GLOBAL_H