Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-06 | added void m4aSongNumStartOrChange(u16); to m4a.h | M | |
2017-08-24 | decompile up to sub_80F8598 | camthesaxman | |
2017-05-07 | decompile battle music and pokemon palette functions | YamaArashi | |
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-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 |