summaryrefslogtreecommitdiff
path: root/src/coins.c
AgeCommit message (Collapse)Author
2020-04-23Sync event macrosGriffinR
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-05-22Remove duplicate strings.h declarationsMarijn van der Werf
2017-01-21formattingYamaArashi
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-03more labels in battle_ai.c and intro.c and misc places (#151)ProjectRevoTPP
* 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 * label intro.c a bit * label battle_ai.c and document some stuff * formatting * more labeling and clarification. * more label stuff
2016-12-12Fix various warningsMarijn van der Werf
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-04formattingYamaArashi
2016-11-04decompile coins.c (#85)Cameron Hall
* decompile coins.c * fix PrintCoins