summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-10 02:36:05 -0700
committerYamaArashi <shadow962@live.com>2016-09-10 02:36:05 -0700
commit8765b09e09dfaf271b0ae4974f615f43486bd7e2 (patch)
treea2c634ceb3fd62650a5b6b0ae4effaeaea1ddd7a /include/global.h
parent19bffecc4deb401aa51add3b95163b72686f40ee (diff)
use name length defines
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 8aba50d74..e42684b58 100644
--- a/include/global.h
+++ b/include/global.h
@@ -12,6 +12,9 @@
#define ARRAY_COUNT(array) (sizeof(array) / sizeof((array)[0]))
+#define POKEMON_NAME_LENGTH 10
+#define OT_NAME_LENGTH 7
+
extern u8 gStringVar1[];
extern u8 gStringVar2[];
extern u8 gStringVar3[];