Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | Document pokedex.c, 1 | PikalaxALT | |
2018-07-02 | label some of pokemon_summary_screen | yenatch | |
2017-08-23 | name labels | DizzyEggg | |
2017-08-01 | start decompiling egg hatch | DizzyEggg | |
2017-06-20 | move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette | camthesaxman | |
2017-01-02 | label 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-12 | Fix various warnings | Marijn van der Werf | |
2016-11-30 | Declare 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 |