summaryrefslogtreecommitdiff
path: root/src/tileset_anim.c
AgeCommit message (Collapse)Author
2018-06-22Merge pull request #628 from Mother-Of-Dragons/masterMarcus Huderle
updates to better match Emerald
2018-06-22updated labels of tileset_anim.cAvara
2018-06-20Rename map attribute structs to MapLayoutMarcus Huderle
2018-06-14updated labels of tileset_anim.c to match EmeraldAvara
2018-06-14updated labels of tileset_anim.c to match EmeraldAvara
2018-06-14updated labelsAvara
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-01-21formattingYamaArashi
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-14Decompile asm/tileset.s -> src/tileset_anim.cyenatch