summaryrefslogtreecommitdiff
path: root/gfx/tilesets/00.lz
AgeCommit message (Collapse)Author
2014-04-02Image extensions in gfx/tilesets.yenatch
2013-09-01random 0s in tileset data was actually lz paddingyenatch
i guess someone liked their filesizes nice and even?
2013-02-11Fix compressed graphics and filestructureyenatch
-No more /lz folders. -Fixed some lz files that didn't have terminators An extraction error caused some lz files in gfx/misc/ to lack terminators. These slipped through the cracks since they were surrounded by incbins calculated from the filesize, and the original decompression was done from the baserom, where terminators were intact. There might be more offending lz files.