/****************************************************************************
Written By CH_2005 + Wint based on CH's Untransparatize program. 7/2/6
ch.mtm2.com
In order to make MTM2 track palettes compatible with the screen elements
in MTM1 hardware mode I need the values in the following indexes...
4
8
15
16
24
31
56
105
134
152
156
186
214
218
...moved to indexes 230 to 243. Their order in the new indexes is irrelevant.
Then I need the following color codes applied to the vacated indexes:
Index / RGB
4 = 33 33 33
8 = 66 66 66
15 = 123 123 123
16 = 132 132 132
24 = 197 197 197
31 = 255 255 255
56 = 121 163 118
105 = 216 89 16
134 = 158 158 20
152 = 191 24 24
156 = 255 33 33
186 = 28 28 223
214 = 20 158 20
218 = 28 223 28
****************************************************************************/
|