summaryrefslogtreecommitdiff
path: root/src/battle_setup.c
AgeCommit message (Collapse)Author
2016-12-19decompile ground effect flags functionsYamaArashi
2016-12-12Fix various warningsMarijn van der Werf
2016-12-04fix battle_setup.c warningYamaArashi
2016-12-02use player avatar flag constantsYamaArashi
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
2016-11-11more cleanup (#98)Cameron Hall
2016-11-06cleanup (#93)Cameron Hall
* cleanup * cleanup
2016-11-06start decompiling battle_ai.c (#92)Cameron Hall
2016-11-05script special variablesYamaArashi
2016-11-05rename some parametersYamaArashi
2016-11-05introduce flag constantsYamaArashi
2016-11-05clean up battle_setup.cYamaArashi
2016-11-04trainer music constantsYamaArashi
2016-11-04use correct trainer party member structsYamaArashi
2016-11-04fix battle_setup.c warnings besides implicit declarationYamaArashi
2016-11-04add flag.h and var.hYamaArashi
2016-11-04use more TRUE/FALSEYamaArashi
2016-11-04cleanupYamaArashi
2016-11-04switch formattingYamaArashi
2016-11-04badge flagsYamaArashi
2016-11-04remove extraneous spacesYamaArashi
2016-11-04decompile sub_8082A90()YamaArashi
2016-11-04decompile battle_setup.c (#86)ProjectRevoTPP
* purge text label redundancy in data2 * revo you dummy dont commit experimental changes like that * Map header music constants * Declare CoordEvent and BgEvent structs * start labeling AI labels * begin decompiling battle_setup.c * more decompilation of battle_setup.c * decompile even more battle_setup.c * finish decompiling battle_setup.c aside from one function * impeach PikalaxALT * formatting