Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document unk_transition
|
|
Misc battle and battle palace documentation
|
|
|
|
Allow assembly on Clang
|
|
Add local object event ids for referenced objects
|
|
Document starter_choose.c
|
|
|
|
|
|
Clean up some frontier mon use in battle factory
|
|
Use charmap constants for PLAY_SE
|
|
|
|
Allow flag/var counts to be updated alongside values
|
|
Give proper names to some functions
|
|
Created constant for easier Ball Expansion.
|
|
|
|
|
|
|
|
|
|
|
|
add-flagvarsave
|
|
|
|
|
|
|
|
Document linking
|
|
fix aggressive loop optimizations
|
|
Cherry-picked from the pret Ruby repo
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|