diff --git a/README.md b/README.md index e484e02..515e653 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ A small collection of utilities for exporting and importing assets from games made with LUCA System by [Prototype Ltd](https://www.prot.co.jp/). +Tested on the following games: + - Little Busters! English Edition (2017) + - LOOPERS (2023) + - Harmonia Full HD Edition (2024) + ## Acknowledgments -The implementation for decompression of CZ1, CZ3, and CZ4 was derived from +The implementation for decompression of CZ1, CZ3, and CZ4 was originally 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). +and decompression of CZ1, CZ2, CZ3, and CZ4 was derived from [LuckSystem](https://github.com/wetor/LuckSystem). This project would not have been possible without their amazing work. ## Features