ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

Test buffers for all CompressionFlags #107

Closed ScanMountGoat closed 1 year ago

ScanMountGoat commented 2 years ago

Anim compression uses numerous flags for describing how to decompress the bits. This mostly applies to transforms. It should be sufficient to test each field independently. Not all variants are used in game, so it will be necessary to generate some new examples. Generating accurate test data for decompressed values may be difficult in practice.