Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Begin item_menu.c cleanup
|
|
Fix out of bounds array access in intro Groudon segment
|
|
|
|
|
|
|
|
Unnest if statements
|
|
|
|
Special thanks to @kazblox
|