From 39171b916d8e5ca1240f17b6ca3bf562d320a7e0 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 11 Feb 2013 04:35:21 -0500 Subject: Fix compressed graphics and filestructure -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. --- gfx/misc/dude.lz | Bin 0 -> 311 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 gfx/misc/dude.lz (limited to 'gfx/misc/dude.lz') diff --git a/gfx/misc/dude.lz b/gfx/misc/dude.lz new file mode 100644 index 000000000..0c9523d2b Binary files /dev/null and b/gfx/misc/dude.lz differ -- cgit v1.2.3