summaryrefslogtreecommitdiff
path: root/src/option_menu.c
AgeCommit message (Collapse)Author
2021-07-09Match German FrameType_DrawChoicesPikalaxALT
2019-07-28remove hardcoded VRAM and EWRAM addressescamthesaxman
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-07-07option_menu.c datacamthesaxman
2017-06-24wip srcMarijn van der Werf
2017-05-23Merge pull request #303 from marijnvdwerf/clean/includesyenatch
Clean/includes
2017-05-22Add strings2.hMarijn van der Werf
2017-05-22Decrease indentation level of switchesMarijn van der Werf
2017-01-21formattingYamaArashi
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-05field_8 -> savedCallbackYamaArashi
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-27finish decompiling link NPC codeYamaArashi
2016-10-24rename more functionsYamaArashi
2016-10-16decompile option menu and begin decompiling pokedex (#58)Cameron Hall
* start decompiling pokedex * fix up this darn struct * decompile most of the option menu code * decompile more code * finish up with option menu * minor cleanup * fix some pokedex functions * remove disassembly files * actually remove disassembly files * more decompilation * decompile 2 more functions * minor cleanup * Update start_menu.c with CB2_InitPokedex