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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
- Renamed members and added comments in the TrHillDisplay struct.
- Formatted the trainer hill data to better match the metatile layout its representing.
- Documented the function which uses this data.
|