diff --git a/src/pc/djui/djui_chat_box.c b/src/pc/djui/djui_chat_box.c index 157972370..4dfa668c4 100644 --- a/src/pc/djui/djui_chat_box.c +++ b/src/pc/djui/djui_chat_box.c @@ -12,7 +12,7 @@ bool gDjuiChatBoxFocus = false; static bool sDjuiChatBoxClearText = false; #define MAX_HISTORY_SIZE 256 -#define MAX_MSG_LENGTH 201 +#define MAX_MSG_LENGTH 501 typedef struct { s32 initialized;