mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-06 01:25:07 -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
|