mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 03:04:19 -05:00
8 lines
182 B
C
8 lines
182 B
C
#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
|