I'm assuming comments are going into the project folder that's created...but for some reason it doesn't seem to be loading up comments I add after I leave TF and come back.
Comments save the checksum of the event code they are assigned to, and are saved to a filename based on slot (not sure if that's event or location though). They will only pop up if both match. You could rename the file, but if the event data is different, you are out of luck.
The reason for the checksum is that Flux really has no idea where to insert your comments if you alter the data inbetween saves. All of the information for comments is stored external to the ROM. I considered adding a hacked indicator command to the ASM, but felt the external approach was better.
---T.Geiger