Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | define data in title_screen.c and fix build (#221) | Cameron Hall | |
* define more data in C * correct typo in comments * define data in title_screen.c * define data in title_screen.c and fix build | |||
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-05 | define some menu data in C | YamaArashi | |
2017-01-04 | decompile more summary screen functions | YamaArashi | |
2017-01-04 | almost finish decompiling matsuda_debug_menu.c (#158) | Cameron Hall | |
* almost finish decompiling matsuda_debug_menu.c * rename sub_8071C20 to CloseMenu | |||
2017-01-03 | more labels in battle_ai.c and intro.c and misc places (#151) | ProjectRevoTPP | |
* make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting * label intro.c a bit * label battle_ai.c and document some stuff * formatting * more labeling and clarification. * more label stuff | |||
2016-12-30 | decompile sub_80B5578 and sub_80B5684 | YamaArashi | |
2016-12-18 | move functions from start_menu.c to menu.c | YamaArashi | |
2016-12-11 | Continue decompiling trainer_card | Marijn van der Werf | |
2016-12-04 | Fix warnings in menu.c and option_menu.c | Marijn van der Werf | |
2016-12-02 | Pass struct array to PrintMenuItems | Marijn van der Werf | |
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 | |||
2016-10-24 | name/rename a lot of functions | YamaArashi | |
2016-10-24 | rename more functions | YamaArashi | |
2016-10-03 | document InitMenu() parameters | YamaArashi | |
2016-09-30 | clean up sound code | YamaArashi | |
2016-09-30 | menu.h | YamaArashi | |
2016-09-25 | define more variables in C | YamaArashi | |
2016-09-11 | fix non-matching menu function | YamaArashi | |
2016-09-11 | decompile menu function | YamaArashi | |
2016-09-05 | clean up main_menu.c | YamaArashi | |
2016-09-05 | simplify function names | YamaArashi | |
2016-09-05 | rename menu functions | YamaArashi | |
2016-09-05 | rename text window functions | YamaArashi | |
2016-09-03 | WIP menu.c | YamaArashi | |