mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-30 06:05:53 -05:00
8 lines
143 B
C
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
|