summaryrefslogtreecommitdiff
path: root/src/start_menu.c
AgeCommit message (Collapse)Author
2016-10-19name some weather-related 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
2016-10-16minor cleanups (#60)Cameron Hall
* minor cleanups * remove indentation on empty lines * match formatting on if and for statements
2016-10-09define start menu variables in CYamaArashi
2016-10-09decompile start menu code (#57)Cameron Hall
* initial decompilation * fix sub_80712B4 * finish decompiling start menu code * refactor * refactor some more * make some variables static * change spaces to tab