Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-26 | Add Defines for Pokedex Related Numbers and Fixed Comment in birch_pc.c (#680) | ultima-soul | |
* Changed pokedex_orders.h to use defines from species.h * Fixed leading white space by converting tabs to 4 spaces. * Removed comments as they are redundant. * Added German comments back. * Added defines for Pokedex Count and Species Count related numbers * Fix a comment in birch_pc.c * Added HOENN_DEX_COUNT to birch_pc. | |||
2018-04-19 | through debug_80C6CB8 | PikalaxALT | |
2018-04-13 | nonmatching debug_80C3A50 | PikalaxALT | |
2018-04-07 | through DebugMenu_EditPKMN | PikalaxALT | |
2018-01-17 | split out crash.c | ProjectRevoTPP | |
2018-01-01 | Label a bunch more specials | Marcus Huderle | |
2017-08-23 | name labels | DizzyEggg | |
2017-06-15 | use static and fix a few nonmatching functions | camthesaxman | |
2017-06-15 | finish later | camthesaxman | |
2017-06-15 | make it build again | camthesaxman | |
2017-06-15 | fix merge conflicts | camthesaxman | |
2017-06-14 | style and formatting | camthesaxman | |
2017-06-14 | remove gPokedexView from pokedex.h | camthesaxman | |
2017-06-12 | decompile sub_80917CC - sub_8091A4C | camthesaxman | |
2017-06-12 | decompile sub_8091738 | camthesaxman | |
2017-06-12 | decompile sub_8090750 - sub_8091304 | camthesaxman | |
2017-06-10 | finish decompiling player_pc.c | ProjectRevoTPP | |
2017-05-20 | sub_80C01D4 (nonmatching but presumed functionally correct) | PikalaxALT | |
2017-05-12 | remove unknowns from birch_pc.c | ProjectRevoTPP | |
2017-05-09 | name new-game functions | YamaArashi | |
2017-01-28 | tabs to spaces | YamaArashi | |
2016-12-04 | Decompile sub_8093110 and sub_8093130 | Marijn van der Werf | |
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-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 |