Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-19 | Add defines for tile, metatile, and palette count | Marcus Huderle | |
2018-06-20 | Merge remote-tracking branch 'upstream/master' into assets | Marcus Huderle | |
2018-06-20 | Rename map attribute structs to MapLayout | Marcus Huderle | |
2018-06-19 | Label various overworld-related things | Marcus Huderle | |
2018-06-08 | Label field_camera | Marcus Huderle | |
2018-06-07 | Label all metatile behaviors and functions | Marcus Huderle | |
2018-05-29 | Unify 'map object' and 'field object' terms into 'event object' | Marcus Huderle | |
2018-05-29 | More event object movement cleanup | Marcus Huderle | |
2018-05-29 | Label all movement type functions and their callbacks | Marcus Huderle | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-07-20 | map out ram variables | drifloony | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-23 | Merge pull request #304 from PikalaxALT/field_map_obj | yenatch | |
Field map obj | |||
2017-05-23 | Some more functions related to FMO camera and special anims | scnorton | |
2017-05-22 | Decrease indentation level of switches | Marijn van der Werf | |
2017-01-21 | formatting | YamaArashi | |
2017-01-17 | Declare gBGTilemapBuffers in header | Marijn van der Werf | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2016-12-12 | Fix various warnings | Marijn van der Werf | |
2016-12-02 | [WIP] Extract all external function declarations to headers (#114) | Marijn van der Werf | |
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm | |||
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 | |||
2016-11-18 | decompile field_camera.c (#103) | Cameron Hall | |
* start decompiling field_camera.c * can't get CameraUpdate to match * finish decompiling |