summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
AgeCommit message (Collapse)Author
2017-12-26Add bg_hidden_item_event macro, and define hidden item flagsMarcus Huderle
2017-12-17Fix CheckPathBetweenTrainerAndPlayer and remove MapObject2 struct definition ↵scnorton
and references
2017-10-18mbt to mach trans and additional commentsProjectRevoTPP
2017-10-18Merge branch 'master' of https://github.com/pret/pokeruby into clean_bikeProjectRevoTPP
2017-10-18document bike.c.ProjectRevoTPP
2017-10-15Start decomp on rest of secret_baseMarcus Huderle
2017-09-12lots more relabelingcamthesaxman
2017-07-16labelingcamthesaxman
2017-06-17Decompile all data in data/graphics/field_objects/*.incPikalaxALT
2017-06-13File modes NotLikeThisPikalaxALT
2017-06-04A couple more small functions in decoration.sPikalaxALT
2017-05-30sub_80BDC14; get ResetGabbyAndTy matchingscnorton
2017-05-29TurnOffTVScreenPikalaxALT
2017-05-16get sub_80BB970 matchingPikalaxALT
2017-03-22label changes for clarityProjectRevoTPP
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-02-03Merge pull request #229 from camthesaxman/field_map_objYamaArashi
decompile more of field_map_obj
2017-02-03decompile more codecamthesaxman
2017-01-28Merge pull request #223 from camthesaxman/field_map_objYamaArashi
decompile more of field_map_obj
2017-01-28decompile some morecamthesaxman
2017-01-28tabs to spacesYamaArashi
2017-01-27start decompiling more of field_map_objcamthesaxman
2017-01-21label a few things and put data in field_player_avatar.c (#212)Cameron Hall
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-20start decompiling bike.c (#203)ProjectRevoTPP
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike
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-02label and document berry.c, decompress.c, item_use.c and label ↵ProjectRevoTPP
gBattleTypeFlags (#146) * make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting
2017-01-01fix MapEvents structYamaArashi
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-11Decompile src/fieldmap.cyenatch
2016-12-02name some player avatar flagsYamaArashi
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