Mod Storage: SUPERCHARGED

This commit is contained in:
Agent X 2024-12-30 18:18:14 -05:00
parent 1c950ba57c
commit c17b82a7a3
3 changed files with 3 additions and 3 deletions

View file

@ -5482,7 +5482,7 @@ MARIO_HAND_HOLDING_WING_CAP = 4
MARIO_HAND_RIGHT_OPEN = 5
--- @type integer
MAX_KEYS = 1024
MAX_KEYS = 4096
--- @type integer
MAX_KEY_VALUE_LENGTH = 1024

View file

@ -1987,7 +1987,7 @@ char gSmluaConstants[] = ""
"GRAB_POS_LIGHT_OBJ = 1\n"
"GRAB_POS_HEAVY_OBJ = 2\n"
"GRAB_POS_BOWSER = 3\n"
"MAX_KEYS = 1024\n"
"MAX_KEYS = 4096\n"
"MAX_KEY_VALUE_LENGTH = 1024\n"
"SYNC_DISTANCE_ONLY_DEATH = -1\n"
"SYNC_DISTANCE_ONLY_EVENTS = -2\n"

View file

@ -7,7 +7,7 @@
extern "C" {
#endif
#define MAX_KEYS 1024
#define MAX_KEYS 4096
#define MAX_KEY_VALUE_LENGTH 1024
#define SAVE_DIRECTORY "sav"
#define SAVE_EXTENSION ".sav"