Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | Some more functions related to FMO camera and special anims | scnorton | |
2017-05-23 | Another set of functions related to adjusting coordinates | scnorton | |
2017-05-23 | IsMetatileDirectionallyImpassable, CheckForCollisionBetweenFieldObjects | scnorton | |
2017-05-23 | Knock off twenty more field object callbacks | PikalaxALT | |
2017-05-22 | Halfway mark on asm/field_map_obj.s | PikalaxALT | |
2017-05-22 | IsCoordOutsideFieldObjectMovementRect and others | scnorton | |
2017-05-22 | Another chunk of library-like functions | scnorton | |
2017-05-22 | Fix building. Again. | scnorton | |
2017-05-22 | Create and propagate field map object callback declaration macro | scnorton | |
2017-05-22 | sub_805E174 | PikalaxALT | |
2017-05-21 | sub_805CE0C and helpers | PikalaxALT | |
2017-02-04 | decompile 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-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 |