summaryrefslogtreecommitdiff
path: root/include/decompress.h
AgeCommit message (Collapse)Author
2021-06-24Document pokedex.c, 1PikalaxALT
2018-07-02label some of pokemon_summary_screenyenatch
2017-08-23name labelsDizzyEggg
2017-08-01start decompiling egg hatchDizzyEggg
2017-06-20move data to C and introduce CompressedSpriteSheet and CompressedSpritePalettecamthesaxman
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-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