An open API service indexing awesome lists of open source software.

https://github.com/freem/aki_lzss

A tool for encoding and decoding LZSS data from AKI Corporation's N64 wrestling games.
https://github.com/freem/aki_lzss

Last synced: about 1 year ago
JSON representation

A tool for encoding and decoding LZSS data from AKI Corporation's N64 wrestling games.

Awesome Lists containing this project

README

          

aki_lzss
========
A tool for encoding and decoding LZSS data from AKI Corporation's N64 wrestling games.

Usage
-----
`aki_lzss (mode) (inFile) (outFile)`

Mode flags:
- `-d` to decode
- `-e` to encode

`outFile` is optional; if omitted, output will be named `temp_out` with a
suitable file extension.