GB
8
First and second level:
The value seen by the game will become 126 instead of 117 on the left side and
128 instead of 137 on the right side. The travel will stay linear from 126 to 0 and
from 128 to 255. It means that +/- 1 values need to be removed in the center.
Fourth level:
The value seen by the game will become 107 instead of 117 on the left side and
147 instead of 137 on the right side. The travel will stay linear from 107 to 0 and
from 147 to 255. It means that +/- 20 values need to be removed in the center.
Fifth level:
The value seen by the game will become 97 instead of 117 on the left side and
157 instead of 137 on the right side. The travel will stay linear from 97 to 0 and
from 157 to 255. It means that +/- 30 values need to be removed in the center.