index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
berry.c
Age
Commit message (
Expand
)
Author
2020-04-27
Sync new_game.inc
GriffinR
2020-02-12
Fix event object include guards and constant filenames
GriffinR
2020-02-12
Standardize Event Object to Object Event
GriffinR
2019-08-23
[WIP] English Debug menu translations! (Plus some build system fixes)
easyaspi314 (Devin)
2018-12-07
Use real apostrophes instead of fake ones
Melody
2018-10-17
More synchronisation
Slawter666
2018-07-10
Move movement constants into include/constants/event_object_movement_constants.h
Marcus Huderle
2018-05-29
Unify 'map object' and 'field object' terms into 'event object'
Marcus Huderle
2018-05-29
Define movement type constants
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-09
Misc labeling and cleanup, mostly item-related
Marcus Huderle
2018-04-06
debug_sub_813C5B4
PikalaxALT
2018-02-18
remove subdirectories
camthesaxman
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP
2017-06-28
Remove excess declarations of gScriptItemId
scnorton
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-09
minutes, not seconds
YamaArashi
2017-05-05
Add German berry data
Marijn van der Werf
2017-04-27
Sort includes
Marijn van der Werf
2017-04-08
finish decompiling item_use.c (#244)
ProjectRevoTPP
2017-03-18
reorganize and add new headers for many files
ProjectRevoTPP
2017-02-10
misc labels and memcpy/set cleanups (#232)
ProjectRevoTPP
2017-01-27
define more data in C (#219)
Cameron Hall
2017-01-17
Remove trailing whitespace
Marijn van der Werf
2017-01-17
Sort includes
Marijn van der Werf
2017-01-05
item constants
YamaArashi
2017-01-02
label 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-30
Declare more non-static functions in header files (#111)
Marijn van der Werf
2016-11-06
cleanup (#93)
Cameron Hall
2016-11-05
script special variables
YamaArashi
2016-11-01
clean up trailing spaces
YamaArashi
2016-11-01
whitespace cleanup
YamaArashi
2016-10-28
Decompile berry.c.
yenatch