summaryrefslogtreecommitdiff
path: root/include/field_player_avatar.h
AgeCommit message (Collapse)Author
2018-11-12Begin synchronisation part 2Slawter666
2018-06-07Label all metatile behaviors and functionsMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-29Label all movement type functions and their callbacksMarcus Huderle
2018-05-21Define PLAYER_AVATAR_STATE_ enum, and label things related to itMarcus Huderle
2017-11-19decompile fldeff_berrytreesceptillion
2017-10-18document bike.c.ProjectRevoTPP
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 rom build againMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-25Swiss cheese to put off these functions for laterPikalaxALT
2017-04-17decompile fldeff_sweetscent.sYamaArashi
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
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
2017-01-24decompile more of naming_screen (#216)Cameron Hall
* decompile more code * incbin graphics data * decompile more code
2017-01-21label a few things and put data in field_player_avatar.c (#212)Cameron Hall
2017-01-21finish decompiling bike.c (#207)ProjectRevoTPP
* decompile first few functions of field_map_obj.c * formatting * almost finish decompiling bike.c * finish decompiling bike.c
2017-01-20put data in bike.c (#206)Cameron Hall
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike * decompile more of bike * put data in bike.c
2017-01-20decompile more of bike (#205)Cameron Hall
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike * decompile more of bike
2017-01-19decompile rom6 (#202)Cameron Hall
* decompile rom6 * newline
2017-01-10finish decompiling field_control_avatar.c (#182)Cameron Hall
* start decompiling field_control_avatar.c * remove field_control_player_avatar.c * finish decompiling * cleanup * var and flag constants
2017-01-08start decompiling field_control_avatar.c (#177)Cameron Hall
* start decompiling field_control_avatar.c * remove field_control_player_avatar.c
2017-01-01start decompiling item_use.c (#144)ProjectRevoTPP
* begin decompiling item_use.c * decompile more of item_use.c * commit what I have currently * formatting
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-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