Skip to content

Dynamically allocate space for a state's action field

Golden requested to merge Golden/SRB2:dyn-alloc-action-name into next

It was previously restricted arbitrarily to 32 cells (31 usable characters) due to someone else's laziness

Clearly nobody expected anyone to create an action with >31 characters in its name

Merge request reports