#62564 - iainprice - Fri Dec 02, 2005 12:33 pm
Hi,
I am using Kalied to convert a bmp to a mode 4 bin and pal.bin.
I would like to transfer the palette into an array 256 big but it does not seem to be as obvious as my_array[i] = image_pal_bin[i].
Is there any form of mask that needs to be &?
Is there 128 entries that need to be split to 256?
Any ideas?
Thanks
I am using Kalied to convert a bmp to a mode 4 bin and pal.bin.
I would like to transfer the palette into an array 256 big but it does not seem to be as obvious as my_array[i] = image_pal_bin[i].
Is there any form of mask that needs to be &?
Is there 128 entries that need to be split to 256?
Any ideas?
Thanks