From 66fe91568d772b146156933135a57c2ea8172d21 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Thu, 23 May 2024 20:16:12 -0500 Subject: [PATCH] Updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ddbb33..ade549a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # lbee-utils -A small collection of utilities for exporting and importing assets from Little -Busters! English Edition +A small collection of utilities for exporting and importing assets from games +made with LUCA System by [Prototype Ltd](https://www.prot.co.jp/). ## Acknowledgments -The implementations for decompression of CZ1, CZ3, and CZ4 were derived from -[GARbro](https://github.com/morkt/GARbro/). The implementation of decompression -for CZ2, and compression of CZ1, CZ3, and CZ4 was derived from the -implementation in [LuckSystem](https://github.com/wetor/LuckSystem). +The implementation for decompression of CZ1, CZ3, and CZ4 was derived from +[GARbro](https://github.com/morkt/GARbro/). The implementation of compresssion +and decompression of CZ2, and compression of CZ1, CZ3, and CZ4 was derived from +the implementation in [LuckSystem](https://github.com/wetor/LuckSystem). This project would not have been possible without their amazing work.