summaryrefslogtreecommitdiff
path: root/include/new_game.h
AgeCommit message (Collapse)Author
2018-04-07start_menu_debug thru DebugMenu_807709CPikalaxALT
2018-02-16decompile more debug codeCameron Hall
2017-12-22label and clean up some things in contest.ccamthesaxman
2017-05-09name new-game functionsYamaArashi
2017-01-05more labels (#165)ProjectRevoTPP
* more labels and match sub_810745C * formatting * move BattleStruct to battle.h and combine both loose structs * oops * more labels for rom4.c
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