Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PiKeyAr/SACompGC
Browse files Browse the repository at this point in the history
  • Loading branch information
PkR committed Feb 11, 2021
2 parents f7b9740 + 36ae2d9 commit 6fad49a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SaCompGC Decompressor

This is a library to decompress .REL files with the "SaCompGC" header used in the Gamecube version of Sonic Adventure DX. The decompression code is based on a Ghidra decompilation of the function used in the original game and is provided as-is.
This is a library to decompress .REL files with the `SaCompGC` header used in the Gamecube version of Sonic Adventure DX. The decompression code is based on a Ghidra decompilation of the function used in the original game and is provided as-is.

The code can be compiled as either a program or a DLL. The command line program can be used as follows:

`SACompGC InputFile.rel OutputFile.rel`

Original decompilation and code by @Exant64
Original decompilation and code by [Exant64](https://github.com/Exant64)

0 comments on commit 6fad49a

Please sign in to comment.