summaryrefslogtreecommitdiff
path: root/src/wallclock.c
AgeCommit message (Collapse)Author
2016-12-02Pass struct array to PrintMenuItemsMarijn van der Werf
2016-12-02Pass spritesheets to LoadCompressedObjectPicMarijn 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-05script special variablesYamaArashi
2016-11-04add functions to syscall.hYamaArashi
2016-10-02Change some plain numbers to defined constants (#51)camthesaxman
2016-10-02clean up inequalitiesYamaArashi
2016-10-02remove redundant includesYamaArashi
2016-10-02put function prototypes in main.hYamaArashi
2016-10-02add DmaClear macro (#50)camthesaxman
2016-10-02Decompile wall clock routines (#49)camthesaxman