Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-10 | stuff | camthesaxman | |
2017-09-10 | lots more renaming | camthesaxman | |
2017-09-09 | more renaming/refactoring | camthesaxman | |
2017-09-09 | name some money and battle_setup functions | camthesaxman | |
2017-07-09 | decompile sub_80A6354 - sub_80A6D1C | camthesaxman | |
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-01-10 | finish decompiling field_control_avatar.c (#182) | Cameron Hall | |
* start decompiling field_control_avatar.c * remove field_control_player_avatar.c * finish decompiling * cleanup * var and flag constants | |||
2017-01-02 | name battle setup functions | YamaArashi | |
2016-12-04 | fix battle_setup.c warning | YamaArashi | |
2016-12-02 | [WIP] Extract all external function declarations to headers (#114) | Marijn van der Werf | |
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm | |||
2016-11-30 | Declare more non-static functions in header files (#111) | Marijn van der Werf | |
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines |