Increase max chatbox message length to 500

This commit is contained in:
Agent X 2024-06-18 18:39:12 -04:00
parent df7e4b1fd1
commit 1c495d8cd4

View file

@ -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;