ultimate-research / ssbh_lib

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

Investigate boolean compression bit count #130

Open ScanMountGoat opened 2 years ago

ScanMountGoat commented 2 years ago

The number of bits per entry is always 1, and compression is always 0. The case of zero bits doesn't seem to happen in game but should still be tested. This could be done easily using a visibility track. Bit counts higher than 1 can also be tested in a similar manner.