summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
AgeCommit message (Collapse)Author
2017-05-09use macros to set DISPCNT and BG*CNT registers (#286)Cameron Hall
* use macros to set DISPCNT and BG*CNT registers * add a few more
2017-05-05Remove trailing whitespaceMarijn van der Werf
2017-04-27Sort includesMarijn van der Werf
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-02-10misc labels and memcpy/set cleanups (#232)ProjectRevoTPP
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again * make ROM match again * label, document, reorganize, and clean up battle_ai.c * move stuff to battle.h and get rid of battle_2000000 * various changes * labeling * minor labels and formatting * contest ai labels and misc stuff
2017-01-28tabs to spacesYamaArashi
2017-01-27clean up variables in sub_80B6998YamaArashi
2017-01-27make sub_80B6998 matchYamaArashi
2017-01-25finish decompiling naming_screen (#217)Cameron Hall
* decompile more code * incbin graphics data * decompile more code * decompile more code * finish decompiling * name some functions and variables
2017-01-24decompile more of naming_screen (#216)Cameron Hall
* decompile more code * incbin graphics data * decompile more code
2017-01-22start decompiling naming_screencamthesaxman