Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Apr 10, 2009 9:21:58 GMT -5
Make sure you first decompress your Majora's Mask ROM using ZDec. glitchkill.proboards.com/index.cgi?board=dgdfh5&action=display&thread=2839&page=1#24893Once that's working, open the ROM in a hex editor, and go to these offsets to find the colours: 0C451D4 - Normal colour 0C451DC - Green 0C451E4 - Blue 0C451EC - Yellow (Enemy) 0C451F4 - Green 0C45204 - Green 0C4520C - Yellow (Boss) 0C45214 - Green 0C4521C - Green 0C45224 - Green The values follow this format: First four bytes - Inner colours RR GG BB AA Second four bytes - Outer colors RR GG BB 00 So for example, I want to make Tatl's normal colour black and purple. I would go to offset 0C451D4 and change the values to: 00 00 00 FF 60 00 60 00 Help finding colours: www.colorschemer.com/online.htmlNote: if these don't work, I haven't tested them all because Tatl doesn't appear in my game. Have fun.
|
|