summaryrefslogtreecommitdiff
path: root/include/battle_setup.h
AgeCommit message (Collapse)Author
2017-09-10stuffcamthesaxman
2017-09-10lots more renamingcamthesaxman
2017-09-09more renaming/refactoringcamthesaxman
2017-09-09name some money and battle_setup functionscamthesaxman
2017-07-09decompile sub_80A6354 - sub_80A6D1Ccamthesaxman
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-01-10finish decompiling field_control_avatar.c (#182)Cameron Hall
* start decompiling field_control_avatar.c * remove field_control_player_avatar.c * finish decompiling * cleanup * var and flag constants
2017-01-02name battle setup functionsYamaArashi
2016-12-04fix battle_setup.c warningYamaArashi
2016-12-02[WIP] Extract all external function declarations to headers (#114)Marijn van der Werf
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
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