03-06-2006, 02:06 PM
you get this error if a User Defined Type is exceeding 64KB of
static data, meaning set arrays, ect.
So what you do to fix it? Remove some of the things you added like layers, ect. or make dynamic tiles and maps so they aren't allocated as static data.
static data, meaning set arrays, ect.
So what you do to fix it? Remove some of the things you added like layers, ect. or make dynamic tiles and maps so they aren't allocated as static data.