rukai / brawllib_rs

Brawl character file parser, based on brawlbox/brawllib, written in rust.
MIT License
20 stars 2 forks source link

Fix compressed arc parsing #8

Closed rukai closed 9 months ago

rukai commented 9 months ago

We were attempting to read the number of sub headers from the compressed data instead of the decompressed data.