summaryrefslogtreecommitdiff
path: root/src/battle_ai.c
AgeCommit message (Collapse)Author
2016-12-04Fix warnings in battle_ai.cMarijn van der Werf
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-14Start decompiling battle_ai.c cmd functions (#100)ProjectRevoTPP
* begin decompiling battle AI macros * decompile more battle AI macros * nonmatching function * decompile BattleAICmd_get_ability * current nonmatching work * get BattleAICmd_unk_30 a bit closer * get battle_ai.c into a mergable state.
2016-11-06remove asm() in battle_ai.cYamaArashi
2016-11-06start decompiling battle_ai.c (#92)Cameron Hall