diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-09-29 10:31:09 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-09-29 10:31:09 +0800 |
commit | d73b9944848e8cd544564ecb0dd0ec96710237bb (patch) | |
tree | 12515455b04431dcfa0d1fb0b36e3dda33bab81a /csrc/test/dump_600.c | |
parent | d02dbcac9d53d84a8b0c8b5a46479dd87a37ae93 (diff) | |
download | rich4-d73b9944848e8cd544564ecb0dd0ec96710237bb.tar.xz |
name mkf_00455040 as mkf_decompress
Now it's a correct implementation, tested with dump_600
Diffstat (limited to 'csrc/test/dump_600.c')
-rw-r--r-- | csrc/test/dump_600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csrc/test/dump_600.c b/csrc/test/dump_600.c index 99d224a..147de87 100644 --- a/csrc/test/dump_600.c +++ b/csrc/test/dump_600.c @@ -1,4 +1,4 @@ -/* gcc -m32 -I.. dump_600.c ../mkf.c ../mkf_00455040.c -o dump_600 */ +/* gcc -m32 -I.. dump_600.c ../libmkf.a -o dump_600 */ /* copy Data.mkf and run this, open loading.data with GIMP, * data type is RGB565 little endian, size 165*256, it's a tortoise card! */ |