summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
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[];