Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-29 | Unify party_menu.h structs | PikalaxALT | |
2018-05-09 | Misc labeling and cleanup, mostly item-related | Marcus Huderle | |
2018-02-15 | ItemId_GetItem -> ItemId_GetName | Cameron Hall | |
2018-02-03 | Declare gBagPockets as non-const in item.c for the sake of getting ↵ | PikalaxALT | |
AddBagItem to match without the NONMATCHING define | |||
2017-07-16 | fix merge conflicts | camthesaxman | |
2017-07-09 | decompile ItemListMenu_ChangeDescription - sub_80A4F74 | camthesaxman | |
2017-07-08 | decompile sub_80A3740 - swap32 | camthesaxman | |
2017-07-07 | item data | camthesaxman | |
2017-07-06 | decompile sub_80A3118 - sub_80A317C | camthesaxman | |
2017-05-19 | DoTVShowPokemonTodaySuccessfulCapture | PikalaxALT | |
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 |