summaryrefslogtreecommitdiff
path: root/src/save.c
AgeCommit message (Collapse)Author
2018-04-07Fix nonmatchingPikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-07-20map out ram variablesdrifloony
2017-07-13finish decompiling record_mixingcamthesaxman
2017-05-26Add headersMarijn van der Werf
2017-05-05Convert tabs to spacesMarijn van der Werf
2017-05-04use macros and defines for save.c making it easier to add new sectionsProjectRevoTPP
2017-04-27Sort includesMarijn van der Werf
2017-03-18rewrite, label, and document save.cProjectRevoTPP
2017-02-19define gFlashMemoryPresent in load_save.cYamaArashi
2017-02-19gFlashMemoryPresent variableYamaArashi
2017-01-17Sort includesMarijn van der Werf
2017-01-05more labels (#165)ProjectRevoTPP
* more labels and match sub_810745C * formatting * move BattleStruct to battle.h and combine both loose structs * oops * more labels for rom4.c
2016-12-28name save_failed_screen.c functionsYamaArashi
2016-12-12Fix new errorsMarijn van der Werf
2016-12-11decompile load_save.c (#125)ProjectRevoTPP
* start decompiling load_save.c * almost finish decompiling load_save.c * finish decompiling load_save.c * i cannot hex math * formatting
2016-12-04Fix warnings in save.cMarijn 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-10-28name functionsYamaArashi
2016-10-17decompile unreferenced save functionsYamaArashi
2016-10-17decompile more save functionsYamaArashi
2016-10-17decompile another save functionYamaArashi
2016-10-16decompile another save functionYamaArashi
2016-10-16start decompiling save functionsYamaArashi