Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
also re-define RBG macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes to data structs are necessary. other things that look
unnecessary, like the order of operands, are also necessary. fuck this
function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not a matching, but I don't see why we shouldn't do this
|
|
|
|
|
|
|
|
|
|
[LEAK INFORMED] Match FadeOutBody
|
|
|
|
|
|
|
|
Sync master
|
|
Fix PutAwayDecorationLoop UB comment
|
|
|
|
start pokenav documentation
|
|
|
|
|
|
Document gUnknown_03006298
|
|
|
|
|
|
Add ITEM6_HEAL constants, change move flags to shifts
|
|
Add *.rl to make clean
|
|
|
|
|
|
|
|
Eliminate most of PR template
|
|
Documenting where each of the berries are generated in new_game.inc
|
|
|
|
rewrite MultiBootWaitCycles as naked function
|
|
Change toOrrX and toOrrY to u8 in void FillBitmapRect4Bit, glib/blit.c
|
|
|
|
|
|
Before, when compiling MultiBootWaitCycles with O3 and MODERN=1, you
might have run into problems during optimizations when the compiler tried
to optimize the function, even if declared NOINLINE.
When rewriting this function as NAKED function, this no longer happens
as the optimizer will treat it as black box and compilation will resume.
|