pret / pokediamond

Decompilation of Pokémon Diamond/Pearl
419 stars 77 forks source link

decompile unk_020030E8.s into palette.c #417

Closed remicalixte closed 3 years ago

remicalixte commented 3 years ago

I tried to document some of the symbols using palette.c from pokeemerald. Some are straightforward and some seems totally new.

I also suspect something's wrong with the file split here. The palette stuff is split between unk_020030E8 and unk_02002F08.

remicalixte commented 3 years ago

unk_02002F08.c contains both font suff and palette stuff which are totally unrelated and is just in between font.c and palette.c so I think this is a bad split. I moved the content of this file to font.c and palette.c and it looks much cleaner.