ROM Hack phoenix wright romhacking problems

That depends on the image file. If you have a 4bpp image (16 color palette): a 4 bit 0 points to the first color in the palette and a 4 bit 15 (aka an F in hexidecimal) points to the last in the palette. So suppose you'd open the image in a hex editor, you'd have to change all 0's into F's
 
Ok then change all 00's into whatever the highest byte is in your image
tongue.gif
 
Well, the first color in the palette is usually the transparent color. In an 8bpp image every byte represents one pixel so the first color for a pixel from the palette would be 0x00. (the second would be 0x01, the third 0x02 etc).
 
FF7F = 0111111111111111 = #F8F8F8
You could try changing one of the whites to a slightly different color, like #F0F8F8 = 0111111111111110 = FE7F.

Or, open the image in a hex editor and replace all instances of the index of the first white color in your palette (00? 08?) with whatever the index of the second white is.
 
omg i would love you forever and ever if you get this project done. I always wanted to play phoenix wright in korean. I know there's a gba version but you need to play it with hanmaru's modded vba.
 

Site & Scene News

Popular threads in this forum