summaryrefslogtreecommitdiff
path: root/include/berry.h
AgeCommit message (Collapse)Author
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-09Misc labeling and cleanup, mostly item-relatedMarcus Huderle
2018-04-08through DebugMenu_BattleTowerStagesPikalaxALT
2018-04-07through DebugMenu_EditPKMNPikalaxALT
2018-04-06debug_sub_813C5B4PikalaxALT
2017-10-23document berry.c.ProjectRevoTPP
2017-05-09minutes, not secondsYamaArashi
2017-04-08finish decompiling item_use.c (#244)ProjectRevoTPP
* nonmatching sub_80C9720 and decompile sub_80C9838 * finish decompiling Itemfinder functions. * decompile ItemUseOutOfBattle_PokeblockCase and ItemUseOutOfBattle_CoinCase * rename field_doortransition * rename weather file * decompile more of item_use.c * decompile up to repel code * decompile up to stat increase code * finish decompiling item_use.c * remove item_use from ld_script
2017-01-27define more data in C (#219)Cameron Hall
* define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c
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
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
2016-10-24fix berry tree structYamaArashi
2016-10-24maybe fix berry tree structYamaArashi
2016-10-23berry tree structYamaArashi
2016-10-23add holdEffectParam to EnigmaBerry structYamaArashi
2016-10-23enigma berry structsYamaArashi
2016-09-18expand WRAM sections and add some variablesYamaArashi