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.
|
|
Rearrange gbafix to not modify file in the event of failure
Fix bug where Dma3Manager may get stuck when compiled with gcc-9.1.0
|
|
|
|
|
|
Can compile with arm-none-eabi-gcc 8.3.0
gbafix correctly handles ELF input
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|