summaryrefslogtreecommitdiff
path: root/include/pokedex.h
AgeCommit message (Collapse)Author
2021-06-25Sync names of other pokedex.c methodsPikalaxALT
2021-06-24Document pokedex.c, 1PikalaxALT
2018-08-26Add 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-19through debug_80C6CB8PikalaxALT
2018-04-13nonmatching debug_80C3A50PikalaxALT
2018-04-07through DebugMenu_EditPKMNPikalaxALT
2018-01-17split out crash.cProjectRevoTPP
2018-01-01Label a bunch more specialsMarcus Huderle
2017-08-23name labelsDizzyEggg
2017-06-15use static and fix a few nonmatching functionscamthesaxman
2017-06-15finish latercamthesaxman
2017-06-15make it build againcamthesaxman
2017-06-15fix merge conflictscamthesaxman
2017-06-14style and formattingcamthesaxman
2017-06-14remove gPokedexView from pokedex.hcamthesaxman
2017-06-12decompile sub_80917CC - sub_8091A4Ccamthesaxman
2017-06-12decompile sub_8091738camthesaxman
2017-06-12decompile sub_8090750 - sub_8091304camthesaxman
2017-06-10finish decompiling player_pc.cProjectRevoTPP
2017-05-20sub_80C01D4 (nonmatching but presumed functionally correct)PikalaxALT
2017-05-12remove unknowns from birch_pc.cProjectRevoTPP
2017-05-09name new-game functionsYamaArashi
2017-01-28tabs to spacesYamaArashi
2016-12-04Decompile sub_8093110 and sub_8093130Marijn 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-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