summaryrefslogtreecommitdiff
path: root/src/sprite.c
AgeCommit message (Collapse)Author
2016-12-17simplify SET_SPRITE_TILE_RANGE macroYamaArashi
2016-12-12Fix various warningsMarijn van der Werf
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-10decompile title_screen.c (#96)Cameron Hall
* decompile title_screen.c * macros * cleanup * consistency
2016-09-25reorder sprite variablesYamaArashi
2016-09-25begin using common symbolsYamaArashi
2016-09-23decompile map object and field message box codeYamaArashi
2016-06-09double-colon global labels in preproc; misc other stuffYamaArashi
2016-06-05sprite tile allocation macrosYamaArashi
2016-05-30text.cYamaArashi
2016-05-21rename againYamaArashi
2016-05-21FreeAllSpriteTiles() to ClearSpriteTileRanges()YamaArashi
2016-05-21sprite.c and updated preprocYamaArashi