summaryrefslogtreecommitdiff
path: root/src/pokedex.c
AgeCommit message (Collapse)Author
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
2017-06-12sub_8072B80 constcamthesaxman
2017-06-12decompile sub_8090750 - sub_8091304camthesaxman
2017-06-10finish decompiling player_pc.cProjectRevoTPP
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-23Merge pull request #303 from marijnvdwerf/clean/includesyenatch
Clean/includes
2017-05-22Define gSineTable in trig.hMarijn van der Werf
2017-05-22Add data2 headerMarijn van der Werf
2017-05-22Remove duplicate strings.h declarationsMarijn van der Werf
2017-05-22Decrease indentation level of switchesMarijn van der Werf
2017-05-12remove unknowns from birch_pc.cProjectRevoTPP
2017-05-09use macros to set DISPCNT and BG*CNT registers (#286)Cameron Hall
* use macros to set DISPCNT and BG*CNT registers * add a few more
2017-05-09name new-game functionsYamaArashi
2017-05-08Decompile ShowPokedexCryScreenMarijn van der Werf
2017-04-27Sort includesMarijn van der Werf
2017-01-21formattingYamaArashi
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-17Sort includesMarijn van der Werf
2017-01-02event_data.cYamaArashi
2017-01-01braille puzzle stuffYamaArashi
2016-12-12Fix various warningsMarijn van der Werf
2016-12-02Pass spritesheets to LoadCompressedObjectPicMarijn 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