summaryrefslogtreecommitdiff
path: root/src/pokedex.c
AgeCommit message (Collapse)Author
2021-07-08Fix style issuesPikalaxALT
2021-06-28Match sub_806CF04PikalaxALT
2021-06-25Document pokedex_cry_screen.cPikalaxALT
2021-06-25More pokedex doccingPikalaxALT
2021-06-25Fix another one of CLion's fuckups affecting NONMATCHING buildPikalaxALT
2021-06-25Sync names of other pokedex.c methodsPikalaxALT
2021-06-24Document pokedex.c, 1PikalaxALT
2021-06-23Document remaining contest.c functionsPikalaxALT
2020-09-05Resolve GCC-10.1.0 compiler warningsPikalaxALT
2020-09-01Match more naked functionsPokeCodec
2020-08-29Give songs meaningful english namesGriffinR
2020-07-07Removed need for asm("")PokeCodec
The assembly for comparing r5 is lsr r5, r1, #0x18, so having that be a bool32 makes no sense. After I set r5 to the same type as i, and moved the variables to the top to prevent the cross jump optimization, I found the asm was no longer needed!
2019-09-05Configure Travis to build nonmatching (#746)PikalaxALT
* Configure Travis to build nonmatching
2019-07-29gMPlay to gMPlayInfocamthesaxman
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-07-02label some of pokemon_summary_screenyenatch
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-04-13nonmatching debug_80C3A50PikalaxALT
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-04-05Merge branch 'master' into nakamuraPikalaxALT
2018-04-05RenamingPikalaxALT
2018-04-04Port function/file names from pokeemeraldMarcus Huderle
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-07-20map out ram variablesdrifloony
2017-06-25fix pokedexMarijn van der Werf
2017-06-24fix pokedexMarijn van der Werf
2017-06-24srcMarijn van der Werf
2017-06-23Integrate Pokedex dataMarijn van der Werf
2017-06-20move data to C and introduce CompressedSpriteSheet and CompressedSpritePalettecamthesaxman
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-06-150x134 -> SPECIES_SPINDAyenatch
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-15finish converting pokedex data to Ccamthesaxman
2017-06-14style and formattingcamthesaxman
2017-06-14remove gPokedexView from pokedex.hcamthesaxman
2017-06-14convert some data to Ccamthesaxman
2017-06-14finish decompiling pokedex.scamthesaxman
2017-06-14decompile sub_8092508 - sub_80927F0camthesaxman
2017-06-13decompile sub_809207C - sub_80924A4camthesaxman
2017-06-13decompile sub_8091E20 - sub_809204Ccamthesaxman
2017-06-13decompile sub_8091AF8camthesaxman
2017-06-12whitespacecamthesaxman
2017-06-12decompile sub_80917CC - sub_8091A4Ccamthesaxman
2017-06-12decompile sub_8091738camthesaxman
2017-06-120x3E8 -> 1000camthesaxman
2017-06-12decompile unref_sub_80913A4 (English)camthesaxman