mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-16 08:05:55 -05:00
9 lines
181 B
C
9 lines
181 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
|
|
|
|
#endif
|