From edaafadf2c5de7f23dfc20d420e973ed9dc92039 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 17 Dec 2025 16:05:49 -0700 Subject: Progress, I guess... --- src/entity.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/entity.h') diff --git a/src/entity.h b/src/entity.h index 65e5b2a..3a707c9 100644 --- a/src/entity.h +++ b/src/entity.h @@ -8,7 +8,8 @@ #define ENTITY_COUNT 14 #define INTERACTION_MENU_MAX 9 -#define INTERACTION_LABEL_MAX 64 +#define INTERACTION_LABEL_MAX 6 +#define INTERACTION_CHAT_MAX 256 #define ENTITY_DEFAULT_STATE -1 typedef int8_t EntityId; -- cgit v1.2.3