Open nikku4211 opened 3 years ago
that is barely readable, you might wanna use code fencing: ``` code ```
that is barely readable, you might wanna use code fencing:
code
Thanks lol
Same problem. I have a picture that each 8x8 tile has 3 colors, but there are 24 colors in total. Superfamiconv throws "colors don't fit in palette" error if total colors >4.
Your image is not an even number of tiles wide. Pad its right side so it's 64px (8 tiles) wide and it will work.
This is the image used:
In the makefile, these arguments were used:
This is the error log I got:
I have tried converting the palette, tileset, and tilemap separately, and it seems the problem starts to happen during the tilemap conversion.
This is the log I got for that:
So the palette was successfully generated, the tiles were successfully generated, but for some reason, the map wasn't? I literally explicitly set the -B BPP command to '2'.