You are not logged in.
Pages: 1
I searched since a couple of hours, and I can't find them. I know that there are palettes at 0x729B9, but those are the palettes for the Super Game Boy, and not for the GBC.
I tried to take a screenshot of the game, and take the colors from the screenshot, then transform them to the GBC system, but I couldn't find anything... Anybody knows?
Thanks!
Erik
Offline
if screenshots aren't working for you, bgb's vram viewer (press f5) will show you the actual color codes
keep in mind color values are stored in little endian, so you would search for pairs of bytes in reverse (0000 3C0A 58B1 7D33 -> 00000A3CB158337D)
Offline
Oh, it was that... Darn you, VBA and darn you, screenshots!
I found the route palette at 0x72AF9.... After all the 40 palettes from the SGB... And surely they are at the same order.
Thank you! :D
Erik
Offline
Pages: 1