summaryrefslogtreecommitdiff
path: root/include/item.h
AgeCommit message (Collapse)Author
2021-06-29Unify party_menu.h structsPikalaxALT
2018-05-09Misc labeling and cleanup, mostly item-relatedMarcus Huderle
2018-02-15ItemId_GetItem -> ItemId_GetNameCameron Hall
2018-02-03Declare gBagPockets as non-const in item.c for the sake of getting ↵PikalaxALT
AddBagItem to match without the NONMATCHING define
2017-07-16fix merge conflictscamthesaxman
2017-07-09decompile ItemListMenu_ChangeDescription - sub_80A4F74camthesaxman
2017-07-08decompile sub_80A3740 - swap32camthesaxman
2017-07-07item datacamthesaxman
2017-07-06decompile sub_80A3118 - sub_80A317Ccamthesaxman
2017-05-19DoTVShowPokemonTodaySuccessfulCapturePikalaxALT
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