Basically all I want to do is change the color of the tiles from yellow:
to pink.
I've already figured out how to change the palette the tiles use, but I'm at a loss as to how to change the colors within the palette. If it matters, I'm planning on using palette E.
01339 $00:9139 104 bytes Sprite tilemap related YXPPCCCT properties for 'MARIO START'.
Change $00913F (0x0133F) from 30 to 34 and $009170 (0x01370) from F0 to F4 to fix the S in "Mario/Luigi Start".
I guess it's this one. Just change its YXPPCCCT properties.
EDIT: Just to clarify:
Y: Y flip
X: X flip
PP: Priority
CCC: Palette
T: GFX page
That's binary, just convert it into hex and put that value in Translhextion.
EDIT 2: Here is a tutorial about the YXPPCCCT preperties, if for some reason you don't know how to use it.
Last edited on 2012-02-25 06:08:53 PM by New Hacker.