I thought it would be pretty cool if when you complete a stage on story mode, you get a rank depending on the difficulty you played it, kinda like this:
Also, each difficulty is represented by a different colored star, like this
(Blue for easy mode, red for normal, black for hard, and gollden for god)
Nice Idea. But the size of the savefile is pretty limited in Flash. As there are currently 318 fights, the array to save all those with a number from 0 to 4 could possibly fit (ex: STARS[0] = 3).
But, each time we would add a new fight, it would break that system...
So I would need to save each fight individually with a duplicate of the fight variable name (ex: STAR_DBZ_C0E0 = 3), and that would explode the save file size...
On a side note, your choice of colors for the stars makes no sense... 😛