Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate boolean compression bit count #130

Open
ScanMountGoat opened this issue Feb 18, 2022 · 0 comments
Open

Investigate boolean compression bit count #130

ScanMountGoat opened this issue Feb 18, 2022 · 0 comments
Labels
ssbh_data High level data access

Comments

@ScanMountGoat
Copy link
Member

ScanMountGoat commented Feb 18, 2022

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.

@ScanMountGoat ScanMountGoat added the ssbh_data High level data access label Feb 18, 2022
@ScanMountGoat ScanMountGoat changed the title Investigate 0 bit boolean compression Investigate boolean compression bit count Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ssbh_data High level data access
Projects
None yet
Development

No branches or pull requests

1 participant