summaryrefslogtreecommitdiff
path: root/include/menu.h
AgeCommit message (Collapse)Author
2021-06-25Sync names of other pokedex.c methodsPikalaxALT
2019-09-05Configure Travis to build nonmatching (#746)PikalaxALT
* Configure Travis to build nonmatching
2018-07-02label some of pokemon_summary_screenyenatch
2018-06-10Label move_tutor_menu.cMarcus Huderle
2018-04-07through DebugMenu_HoennNationalDexPikalaxALT
2018-04-07Actually decompile start_menu_debug through DebugMenu_8076EF4PikalaxALT
2018-04-05RenamingPikalaxALT
2018-01-09more text/menu renamingcamthesaxman
2018-01-08re-label some window and text codecamthesaxman
2017-09-19Decompile more party_menuMarcus Huderle
2017-09-12more labels and fix buildcamthesaxman
2017-09-10lots more renamingcamthesaxman
2017-08-29decompile pokemon_menuDizzyEggg
2017-07-20Merge branch 'master' into battle_recordsdrifloony
2017-07-17fix merge conflictscamthesaxman
2017-07-15finish decompiling region_mapcamthesaxman
2017-07-15decompile battle_recordsdrifloony
2017-07-09Mark source files as non-executableMarijn van der Werf
2017-06-28sub_810C368scnorton
2017-06-27sub_810B998 and ALL the dataPikalaxALT
2017-06-24first src changesMarijn van der Werf
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-06-15fix merge conflictscamthesaxman
2017-06-14mergeProjectRevoTPP
2017-06-13decompile sub_809207C - sub_80924A4camthesaxman
2017-06-13File modes NotLikeThisPikalaxALT
2017-06-12data/decoration.s, 1PikalaxALT
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-31A couple more decorations tasksscnorton
2017-05-31Decompile the lead section of decoration.sscnorton
2017-05-26Add headersMarijn van der Werf
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-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