pokeplatinum/include/constants/string.h
2023-08-28 21:08:21 -07:00

8 lines
143 B
C

#ifndef POKEPLATINUM_CONSTANTS_STRING_H
#define POKEPLATINUM_CONSTANTS_STRING_H
#define MON_NAME_LEN 10
#define TRAINER_NAME_LEN 7
#endif