summaryrefslogtreecommitdiff
path: root/src/decompress.c
AgeCommit message (Collapse)Author
2021-07-01Unify ChooseMoveStruct; name BattleStruct fieldsPikalaxALT
2021-06-24Document pokedex.c, 1PikalaxALT
2021-06-18Document image_processing_effects.cPikalaxALT
2020-05-21switch to pret short-types and tabs vs spacesMissingmew
2020-05-20Decompile unref_sub_800D42C and add very likely explanationMissingmew
2018-07-02label some of pokemon_summary_screenyenatch
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-06-20move data to C and introduce CompressedSpriteSheet and CompressedSpritePalettecamthesaxman
2017-05-26Add headersMarijn van der Werf
2017-05-22Add data2 headerMarijn van der Werf
2017-04-29Fix an erroneous SPECIES_EGG in Unown code.yenatch
2017-01-28tabs to spacesYamaArashi
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-17Sort includesMarijn van der Werf
2017-01-17Move `gStringVar` declarations to text.hMarijn van der Werf
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-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-25Decompile more intro functions (#108)Cameron Hall
* start decompiling intro task * ignore Thumbs.db * decompile more code * actually ignore Thumbs.db * decompile more functions * fix sapphire * sort of fix task_intro_7 * name some functions and variables * more cleanup
2016-11-04add functions to syscall.hYamaArashi
2016-11-03decompile decompress.ccamthesaxman