summaryrefslogtreecommitdiff
path: root/src/berry.c
AgeCommit message (Collapse)Author
2017-01-05item constantsYamaArashi
2017-01-02label and document berry.c, decompress.c, item_use.c and label ↵ProjectRevoTPP
gBattleTypeFlags (#146) * make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting
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-06cleanup (#93)Cameron Hall
* cleanup * cleanup
2016-11-05script special variablesYamaArashi
2016-11-01clean up trailing spacesYamaArashi
2016-11-01whitespace cleanupYamaArashi
2016-10-28Decompile berry.c.yenatch