*cough* yeah, I know what the problem is. I've actually been aware of it for a while. The "list of collapsed tables (waves, blister packs, etc.)" is stored in a 32-bit bitmask, just like how each individual table is stored. But there are more than 32 tables now! So after the 32nd table, the 33rd table "loops" around and takes up the same bit as the first table.
To fix it, I need to separate it out into 2 or more lists. At first I thought it would be pretty easy but I ran into a couple hiccups and just kind of put it off for a while. I still plan on getting back to it, and getting it fixed.... sometime.....
The workaround is to collapse/expand the tables at the end, _then_ set the first 3 or 4 tables the way you want them. At least, that usually works for me....
Sorry
(This post was last modified: 05-15-2018, 01:35 PM by Super.)
To fix it, I need to separate it out into 2 or more lists. At first I thought it would be pretty easy but I ran into a couple hiccups and just kind of put it off for a while. I still plan on getting back to it, and getting it fixed.... sometime.....
The workaround is to collapse/expand the tables at the end, _then_ set the first 3 or 4 tables the way you want them. At least, that usually works for me....
Sorry