You are not logged in.
Pages: 1
How to change the text box color to grey for example or other color and in better condition because the normal is a bit out of shape and would like to improve it...
Thanks.
Offline
Pretty sure you can do this in TLP. I think you'll find the offset in Mateo's Useful Offsets thread.
Offline
What you've got to do is to use bgb's tile viewer along with a hex editor to do the job.
Open the rom with bgb and tile viewer whenever text box is being open.
Find the palette used for each text box border tile with it and look for that data inside the rom with a hex editor. I believe each byte is used to store palette data of two tiles.
Last edited by Miksy91 (2013-02-14 21:35:48)
Offline
That won't work. The text box is drawn dynamically, just like the rest of all the boxes. All tiles get palette 0x07 assigned to them. Look around 0x0EEF to find the right routine.
cYa,
Tauwasser
Offline
Pages: 1