pokeplatinum/include/constants/string.h
2024-05-06 10:25:12 -04:00

10 lines
212 B
C

#ifndef POKEPLATINUM_CONSTANTS_STRING_H
#define POKEPLATINUM_CONSTANTS_STRING_H
#define MON_NAME_LEN 10
#define TRAINER_NAME_LEN 7
#define TABLET_NAME_LEN 10
#define MOVE_NAME_LEN 16
#endif