Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-17 | Begin synchronising with pokeemerald | Slawter666 | |
2018-07-12 | Use map type constants in map headers | Marcus Huderle | |
2018-06-29 | fix WarpEvent struct | yenatch | |
2018-06-23 | Document field_effect_helpers and other misc. things | Marcus Huderle | |
2018-06-20 | Rename map attribute structs to MapLayout | Marcus Huderle | |
2018-06-06 | Label/document field_control_avatar.c and a few misc things | 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 | Start labeling movement actions | Marcus Huderle | |
2018-05-29 | Define movement type constants | Marcus Huderle | |
2018-05-29 | Label all movement type functions and their callbacks | Marcus Huderle | |
2018-05-29 | Rename regularAnim and specialAnim to singleMovement and heldMovement | Marcus Huderle | |
2018-05-23 | Label all of MapObject struct members, and ground effect flags | Marcus Huderle | |
2018-05-21 | Fix map object range union, and remove the obsolete alt struct | Marcus Huderle | |
2018-01-19 | Further document weather | Marcus Huderle | |
2017-12-26 | Add bg_hidden_item_event macro, and define hidden item flags | Marcus Huderle | |
2017-12-17 | Fix CheckPathBetweenTrainerAndPlayer and remove MapObject2 struct definition ↵ | scnorton | |
and references | |||
2017-10-18 | mbt to mach trans and additional comments | ProjectRevoTPP | |
2017-10-18 | Merge branch 'master' of https://github.com/pret/pokeruby into clean_bike | ProjectRevoTPP | |
2017-10-18 | document bike.c. | ProjectRevoTPP | |
2017-10-15 | Start decomp on rest of secret_base | Marcus Huderle | |
2017-09-12 | lots more relabeling | camthesaxman | |
2017-07-16 | labeling | camthesaxman | |
2017-06-17 | Decompile all data in data/graphics/field_objects/*.inc | PikalaxALT | |
2017-06-13 | File modes NotLikeThis | PikalaxALT | |
2017-06-04 | A couple more small functions in decoration.s | PikalaxALT | |
2017-05-30 | sub_80BDC14; get ResetGabbyAndTy matching | scnorton | |
2017-05-29 | TurnOffTVScreen | PikalaxALT | |
2017-05-16 | get sub_80BB970 matching | PikalaxALT | |
2017-03-22 | label changes for clarity | ProjectRevoTPP | |
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 | |||
2017-02-03 | Merge pull request #229 from camthesaxman/field_map_obj | YamaArashi | |
decompile more of field_map_obj | |||
2017-02-03 | decompile more code | camthesaxman | |
2017-01-28 | Merge pull request #223 from camthesaxman/field_map_obj | YamaArashi | |
decompile more of field_map_obj | |||
2017-01-28 | decompile some more | camthesaxman | |
2017-01-28 | tabs to spaces | YamaArashi | |
2017-01-27 | start decompiling more of field_map_obj | camthesaxman | |
2017-01-21 | label a few things and put data in field_player_avatar.c (#212) | Cameron Hall | |
2017-01-20 | decompile 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-20 | start decompiling bike.c (#203) | ProjectRevoTPP | |
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike | |||
2017-01-10 | finish 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-02 | label 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-01 | fix MapEvents struct | YamaArashi | |
2017-01-01 | start 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-11 | Decompile src/fieldmap.c | yenatch | |
2016-12-02 | name some player avatar flags | YamaArashi | |
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 |