Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Match sub_81D1B40
|
|
Match sub_802671C
|
|
Match sub_800EFB0
|
|
Match unref_sub_8119094
|
|
Clean up code in HoldContestPainting
|
|
|
|
|
|
Gotta match these unused functions, am I right?
|
|
|
|
Also got sub_8026324 a bit closer, but it's still a mess.
|
|
|
|
This problem is only going to occur in versions where the palette
buffer isn't aligned to 4 bytes (which it is in a matching pokeemerald).
Since agbcc returns sizeof(PlttData) = 4, it will read words
instead of half words. This causes unnecessary emulator warnings
in the function "BlendPalette".
Aligning the buffers to 4 bytes fixes this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bag graphics and berry graphics mostly documented
item_menu.c significantly documented
Bag structs documented and functions renamed to match formatting
|
|
* fix typos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|