summaryrefslogtreecommitdiff
path: root/include/menu.h
AgeCommit message (Collapse)Author
2017-01-27define more data in C (#220)Cameron Hall
* define more data in C * correct typo in comments
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
2016-12-30decompile sub_80B5578 and sub_80B5684YamaArashi
2016-12-19Decompile more of player_pc.c (#136)ProjectRevoTPP
* start decompiling player_pc.c again * submit more player_pc.c work
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-09-30menu.hYamaArashi