06-04-2011, 09:27 PM
(This post was last modified: 06-04-2011, 09:45 PM by Deathbringer.)
What program are you using?
If you're using Tile Molester, add this to tmspec.xml under palettefilter:
This should be the right one. The reason why it's 512 is because some files include the background palette and making 2 filters would be a waste of time.
Oh, wait...the palettes were also in the PAL files, but I know why they're not working. You're using Tile Molester Alternate and the filter for PAL is for the pal that one gets from using Visual Boy Advance.
This will open them up right.
If you're using Tile Molester, add this to tmspec.xml under palettefilter:
Code:
<palettefilter extensions="scn" colorformat="CF00" size="512" offset="0" endianness="little">
<description>SCN Palettes (*.scn)</description>
</palettefilter>
This should be the right one. The reason why it's 512 is because some files include the background palette and making 2 filters would be a waste of time.
Oh, wait...the palettes were also in the PAL files, but I know why they're not working. You're using Tile Molester Alternate and the filter for PAL is for the pal that one gets from using Visual Boy Advance.
This will open them up right.
Code:
<palettefilter extensions="pal" colorformat="CF00" size="512" offset="0" endianness="little">
<description>Batman TB&TB PAL (*.pal)</description>
</palettefilter>