summaryrefslogtreecommitdiff
path: root/include/field_map_obj.h
AgeCommit message (Collapse)Author
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-05-26Rid code base of redundant SaveTVStruct and define unknown_2a98 as the last ↵PikalaxALT
of 25 TVShow objects
2017-05-26Make field_map_obj header not-executableMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-25A couple more map object callbacksPikalaxALT
2017-05-25Swiss cheese to put off these functions for laterPikalaxALT
2017-05-24Fix buildingPikalaxALT
2017-05-24Some more field map object functions; asm/field_map_obj.s down to 7k linesscnorton
2017-05-24up through state_to_direction, which is nonmatching (help, registers are ↵scnorton
misbehaving)
2017-05-24Some more functions related to FMO camera and special animsscnorton
2017-05-24Another set of functions related to adjusting coordinatesscnorton
2017-05-24IsMetatileDirectionallyImpassable, CheckForCollisionBetweenFieldObjectsscnorton
2017-05-24Knock off twenty more field object callbacksPikalaxALT
2017-05-24Halfway mark on asm/field_map_obj.sPikalaxALT
2017-05-24IsCoordOutsideFieldObjectMovementRect and othersscnorton
2017-05-24Another chunk of library-like functionsscnorton
2017-05-24Create and propagate field map object callback declaration macroscnorton
2017-05-24sub_805E174PikalaxALT
2017-05-24sub_805CE0C and helpersPikalaxALT
2017-05-23Fix buildingPikalaxALT
2017-05-23Some more field map object functions; asm/field_map_obj.s down to 7k linesscnorton
2017-05-23up through state_to_direction, which is nonmatching (help, registers are ↵scnorton
misbehaving)
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