Page 1 of 1

change color palette with snes palette editor

Posted: Wed Dec 19, 2018 2:05 pm
by gigi5
Hello ,

What is the method for find and change the color of a palette in SNES ?


Viewer of Bsnes's Debugger giving not a good value :
Image

the mauve is not 2 0 2 , its inverted? with 31=0 30=1 29=2 etc.. ?? but a problems : why two differents colors mauve have a same values 3 0 3 in the palette viewer of bsnes debugger??


Should I search all "29 0 29" in soft "SNES palette Editor" for change a "2 0 2" color of bsnes ??

I Want change the 4 colors mauve by a red
Image

Re: change color palette with snes palette editor

Posted: Wed Dec 19, 2018 2:07 pm
by dougeff
snes palettes are 15 bits per color. They likely are stored as 2 bytes, not 3.

format.

0BBBBBGG GGGRRRRR

top bit is usually zero.

Re: change color palette with snes palette editor

Posted: Wed Dec 19, 2018 2:18 pm
by tepples
$5C17 is
0101 1100 0001 0111
Rearrange bits for xBGR
0 10111 00000 10111
This is R=23 G=0 B=23
There might be some font clipping in the palette viewer window.

I'm inclined to report this as a bug. Which bsnes version is this, what OS version, and what DPI/font size are you using?

Re: change color palette with snes palette editor

Posted: Wed Dec 19, 2018 4:28 pm
by gigi5
Thanks Dougeff & Tepples,

Tepples it's a BSNES 73+3a , my OS is windows 7 , windows is in 1280*1024


edit : it's good