Fix tint color RGB mode conversion#2200
Conversation
|
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
|
How was this PR tested? I don't seem to see a comparison of Berserk in vanilla YR before and after the changes in this PR, although I'm afraid we need to compare the color codes in the game screen to see the difference. |
Comparison attached. |
No, it's RGB565, and the range of the green value is twice that of the red and blue. Comment in [ColorAdd] section:
|




The game's code looks weird because the switch case forgot to add break.
Has very little impact on the vanilla game:
#000000#000000#0000C6#0000C6#E70000#C60000Vanilla Berserk tint in game:
Update: Custom tint color for better comparison, R=21, G=21, B=0
#FFFF00#AD5500Custom tint in game: