ultimate-research / ssbh_lib

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

add tests for calculating bits per entry #94

Closed ScanMountGoat closed 2 years ago

ScanMountGoat commented 2 years ago

This will test correctly interpreting flags and compression bit counts. It may also be helpful to batch process all anim files to make sure the in game logic is consistent for determining bit count. This applies to all compressed types with transforms being more complex.

ScanMountGoat commented 2 years ago

This is related to #107