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

Fix compressed id overlap in legacy block item rewriter #874

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

FlorianMichael
Copy link
Member

Fixes an edge case in ViaRewind where different data ints with the same item id are compressing to the same data int;

(383 << 4) | (68 & 15) = 6132
(383 << 4) | (100 & 15) = 6132

Fixes an edge case in ViaRewind where different data ints with the same item id are compressing to the same data int;
(383 << 4) | (68 & 15) = 6132
(383 << 4) | (100 & 15) = 6132
@kennytv kennytv merged commit 24f67ff into master Aug 20, 2024
2 checks passed
@kennytv kennytv deleted the fix/legacy-item-id-overlaps branch August 20, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants