Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-01 | Unify ChooseMoveStruct; name BattleStruct fields | PikalaxALT | |
2021-06-24 | Document pokedex.c, 1 | PikalaxALT | |
2021-06-18 | Document image_processing_effects.c | PikalaxALT | |
2020-05-21 | switch to pret short-types and tabs vs spaces | Missingmew | |
2020-05-20 | Decompile unref_sub_800D42C and add very likely explanation | Missingmew | |
2018-07-02 | label some of pokemon_summary_screen | yenatch | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-06-20 | move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette | camthesaxman | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-22 | Add data2 header | Marijn van der Werf | |
2017-04-29 | Fix an erroneous SPECIES_EGG in Unown code. | yenatch | |
2017-01-28 | tabs to spaces | YamaArashi | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-17 | Move `gStringVar` declarations to text.h | Marijn van der Werf | |
2017-01-02 | label and document berry.c, decompress.c, item_use.c and label ↵ | ProjectRevoTPP | |
gBattleTypeFlags (#146) * make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting | |||
2016-12-12 | Fix various warnings | 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 | |||
2016-11-25 | Decompile more intro functions (#108) | Cameron Hall | |
* start decompiling intro task * ignore Thumbs.db * decompile more code * actually ignore Thumbs.db * decompile more functions * fix sapphire * sort of fix task_intro_7 * name some functions and variables * more cleanup | |||
2016-11-04 | add functions to syscall.h | YamaArashi | |
2016-11-03 | decompile decompress.c | camthesaxman | |