Age | Commit message (Collapse) | Author |
|
Clean up code in HoldContestPainting
|
|
Get rid of unneccesary cast in text.c
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dodrio berry picking
|
|
|
|
|
|
|
|
|
|
Add custom function hooks to jsonproc
Add jsonproc to build_tools.sh
Newer g++
|
|
|
|
|
|
|
|
|
|
|