summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Collapse)Author
2017-01-28define 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-17Sort includesMarijn van der Werf
2017-01-05define some menu data in CYamaArashi
2017-01-04decompile more summary screen functionsYamaArashi
2017-01-04almost finish decompiling matsuda_debug_menu.c (#158)Cameron Hall
* almost finish decompiling matsuda_debug_menu.c * rename sub_8071C20 to CloseMenu
2017-01-03more 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-30decompile sub_80B5578 and sub_80B5684YamaArashi
2016-12-18move functions from start_menu.c to menu.cYamaArashi
2016-12-11Continue decompiling trainer_cardMarijn van der Werf
2016-12-04Fix warnings in menu.c and option_menu.cMarijn van der Werf
2016-12-02Pass struct array to PrintMenuItemsMarijn van der Werf
2016-11-30Declare 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-24name/rename a lot of functionsYamaArashi
2016-10-24rename more functionsYamaArashi
2016-10-03document InitMenu() parametersYamaArashi
2016-09-30clean up sound codeYamaArashi
2016-09-30menu.hYamaArashi
2016-09-25define more variables in CYamaArashi
2016-09-11fix non-matching menu functionYamaArashi
2016-09-11decompile menu functionYamaArashi
2016-09-05clean up main_menu.cYamaArashi
2016-09-05simplify function namesYamaArashi
2016-09-05rename menu functionsYamaArashi
2016-09-05rename text window functionsYamaArashi
2016-09-03WIP menu.cYamaArashi