Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-09 | Misc labeling and cleanup, mostly item-related | Marcus Huderle | |
2018-04-07 | through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked)) | PikalaxALT | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-07-16 | fix merge conflicts | camthesaxman | |
2017-07-09 | decompile ItemListMenu_ChangeDescription - sub_80A4F74 | camthesaxman | |
2017-07-08 | decompile RemoveEmptyItemSlots - sub_80A444C | 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-06-20 | Merge branch 'master' into patch-1 | yenatch | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-25 | item.c: Replace item identifier with item enum | slipstream/RoL | |
CopyItemName() hardcoded the Enigma Berry identifier, replaced it with ITEM_ENIGMA_BERRY. It still hardcodes berry identifier 0x2B (Enigma Berry), but that's because I can't seem to find a similar enum for berries. | |||
2017-05-22 | Remove duplicate strings.h declarations | Marijn van der Werf | |
2017-05-19 | DoTVShowPokemonTodaySuccessfulCapture | PikalaxALT | |
2017-01-21 | formatting | YamaArashi | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2016-12-12 | Fix various warnings | Marijn van der Werf | |
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 | |||
2016-11-05 | decompile item.c (#91) | Cameron Hall | |
* start decompiling * decompile item.c * use static |