Age | Commit message (Collapse) | Author |
|
|
|
a lot of functions and a bit of data had to be moved from battle_main.c
to battle_util.c; I have added a note to battle_util.c stating the
reason for this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
start pokenav documentation
|
|
|
|
|
|
|
|
|
|
|
|
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.
|