Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-20 | map out ram variables | drifloony | |
2017-06-25 | fix pokedex | Marijn van der Werf | |
2017-06-24 | fix pokedex | Marijn van der Werf | |
2017-06-24 | src | Marijn van der Werf | |
2017-06-23 | Integrate Pokedex data | Marijn van der Werf | |
2017-06-20 | move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette | camthesaxman | |
2017-06-16 | Merge remote-tracking branch 'marijn/clean/headers' | yenatch | |
2017-06-15 | 0x134 -> SPECIES_SPINDA | yenatch | |
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-15 | finish converting pokedex data to C | camthesaxman | |
2017-06-14 | style and formatting | camthesaxman | |
2017-06-14 | remove gPokedexView from pokedex.h | camthesaxman | |
2017-06-14 | convert some data to C | camthesaxman | |
2017-06-14 | finish decompiling pokedex.s | camthesaxman | |
2017-06-14 | decompile sub_8092508 - sub_80927F0 | camthesaxman | |
2017-06-13 | decompile sub_809207C - sub_80924A4 | camthesaxman | |
2017-06-13 | decompile sub_8091E20 - sub_809204C | camthesaxman | |
2017-06-13 | decompile sub_8091AF8 | camthesaxman | |
2017-06-12 | whitespace | camthesaxman | |
2017-06-12 | decompile sub_80917CC - sub_8091A4C | camthesaxman | |
2017-06-12 | decompile sub_8091738 | camthesaxman | |
2017-06-12 | 0x3E8 -> 1000 | camthesaxman | |
2017-06-12 | decompile unref_sub_80913A4 (English) | camthesaxman | |
2017-06-12 | sub_8072B80 const | camthesaxman | |
2017-06-12 | decompile sub_8090750 - sub_8091304 | camthesaxman | |
2017-06-10 | finish decompiling player_pc.c | ProjectRevoTPP | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-23 | Merge pull request #303 from marijnvdwerf/clean/includes | yenatch | |
Clean/includes | |||
2017-05-22 | Define gSineTable in trig.h | Marijn van der Werf | |
2017-05-22 | Add data2 header | Marijn van der Werf | |
2017-05-22 | Remove duplicate strings.h declarations | Marijn van der Werf | |
2017-05-22 | Decrease indentation level of switches | Marijn van der Werf | |
2017-05-12 | remove unknowns from birch_pc.c | ProjectRevoTPP | |
2017-05-09 | use 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-09 | name new-game functions | YamaArashi | |
2017-05-08 | Decompile ShowPokedexCryScreen | Marijn van der Werf | |
2017-04-27 | Sort includes | Marijn van der Werf | |
2017-01-21 | formatting | YamaArashi | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-02 | event_data.c | YamaArashi | |
2017-01-01 | braille puzzle stuff | YamaArashi | |
2016-12-12 | Fix various warnings | Marijn van der Werf | |
2016-12-02 | Pass spritesheets to LoadCompressedObjectPic | 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 |