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

[ISSUE]: bgcol values from MC icon.sys are incorrectly converted #72

Open
1 task done
mrjaredbeta opened this issue Dec 23, 2022 · 0 comments
Open
1 task done
Labels

Comments

@mrjaredbeta
Copy link

Checks

  • I have checked existing issues for duplicates and found none

Describe the issue

Hdl_dumx wrongly converts the bgcol values in memory card binary format of icon.sys to HDDOSD text format. All four bgcol values are incorrectly divided to half of their actual value, resulting in background colors half as dull. The result is very ugly and bland because of this. The correct value should be 0-255 RGB color, but current tools limit this to 0-127. This could be that the documentation here is wrong, or that the MC format works a bit differently than in HDDOSD. Manually changing the bgcol values to the correct ones and injecting the header via hdl_dump works and shows fine in HDDOSD and looks 1:1 to the memory card icon colors. The rest of the parameter conversion seems to be correct.

Console model

SCPH-50001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant