Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
add-flagvarsave
|
|
Previously, aggressive loop optimizations with a new compiler were not
possible due to undefined behaviour at end of arrays.
A macro "UBFIX" is added to allow ifdefs for fixes which resolve
undefined behavior. For example newer GCC versions will detect various
bugs in the original game code and will otherwise not compile with -Werror.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document text input strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also some general formatting fixes for constants.
|
|
|
|
|
|
Document overworld.c and link stuff in general
|
|
|
|
Must have forgotten to check FillWindowPixelRect.
|
|
|
|
|
|
|
|
|
|
do {} while(0);
|
|
|
|
|
|
|
|
|