summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Collapse)Author
2017-08-27tabs to spacescamthesaxman
2017-07-20Merge branch 'master' into battle_recordsdrifloony
2017-07-15finish decompiling region_mapcamthesaxman
2017-07-15decompile battle_recordsdrifloony
2017-06-28sub_810C368scnorton
2017-06-24first src changesMarijn van der Werf
2017-06-15fix merge conflictscamthesaxman
2017-06-14mergeProjectRevoTPP
2017-06-13decompile sub_809207C - sub_80924A4camthesaxman
2017-06-13File modes NotLikeThisPikalaxALT
2017-06-12Convert data/decorations.inc to CPikalaxALT
2017-06-12sub_8072B80 constcamthesaxman
2017-06-10finish decompiling player_pc.cProjectRevoTPP
2017-06-09cleanup player_pc.cProjectRevoTPP
2017-05-24Add strings2.hMarijn van der Werf
2017-05-24Remove duplicate strings.h declarationsMarijn van der Werf
2017-05-24fill holes in party_menu.c and add battle_interface.h headercamthesaxman
2017-05-22Add strings2.hMarijn van der Werf
2017-05-22Remove duplicate strings.h declarationsMarijn van der Werf
2017-05-17fill holes in party_menu.c and add battle_interface.h headercamthesaxman
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