summaryrefslogtreecommitdiff
path: root/src/berry.c
AgeCommit message (Expand)Author
2020-04-27Sync new_game.incGriffinR
2020-02-12Fix event object include guards and constant filenamesGriffinR
2020-02-12Standardize Event Object to Object EventGriffinR
2019-08-23[WIP] English Debug menu translations! (Plus some build system fixes)easyaspi314 (Devin)
2018-12-07Use real apostrophes instead of fake onesMelody
2018-10-17More synchronisationSlawter666
2018-07-10Move movement constants into include/constants/event_object_movement_constants.hMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-29Define movement type constantsMarcus Huderle
2018-05-29Rename regularAnim and specialAnim to singleMovement and heldMovementMarcus Huderle
2018-05-23Label all of MapObject struct members, and ground effect flagsMarcus Huderle
2018-05-09Misc labeling and cleanup, mostly item-relatedMarcus Huderle
2018-04-06debug_sub_813C5B4PikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-06-28Remove excess declarations of gScriptItemIdscnorton
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-09minutes, not secondsYamaArashi
2017-05-05Add German berry dataMarijn van der Werf
2017-04-27Sort includesMarijn van der Werf
2017-04-08finish decompiling item_use.c (#244)ProjectRevoTPP
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-02-10misc labels and memcpy/set cleanups (#232)ProjectRevoTPP
2017-01-27define more data in C (#219)Cameron Hall
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-17Sort includesMarijn van der Werf
2017-01-05item constantsYamaArashi
2017-01-02label and document berry.c, decompress.c, item_use.c and label gBattleTypeFla...ProjectRevoTPP
2016-12-02[WIP] Extract all external function declarations to headers (#114)Marijn van der Werf
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
2016-11-06cleanup (#93)Cameron Hall
2016-11-05script special variablesYamaArashi
2016-11-01clean up trailing spacesYamaArashi
2016-11-01whitespace cleanupYamaArashi
2016-10-28Decompile berry.c.yenatch