summaryrefslogtreecommitdiff
path: root/include/field_map_obj.h
AgeCommit message (Collapse)Author
2017-05-23Some more functions related to FMO camera and special animsscnorton
2017-05-23Another set of functions related to adjusting coordinatesscnorton
2017-05-23IsMetatileDirectionallyImpassable, CheckForCollisionBetweenFieldObjectsscnorton
2017-05-23Knock off twenty more field object callbacksPikalaxALT
2017-05-22Halfway mark on asm/field_map_obj.sPikalaxALT
2017-05-22IsCoordOutsideFieldObjectMovementRect and othersscnorton
2017-05-22Another chunk of library-like functionsscnorton
2017-05-22Fix building. Again.scnorton
2017-05-22Create and propagate field map object callback declaration macroscnorton
2017-05-22sub_805E174PikalaxALT
2017-05-21sub_805CE0C and helpersPikalaxALT
2017-02-04decompile more of field_map_obj (#231)Cameron Hall
* decompile more code * decompile more of field_map_obj * decompile more of field_map_obj
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