Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | Match sub_806CF04 | PikalaxALT | |
2021-06-28 | Name funcs in credits.c; more ewram cleanup | PikalaxALT | |
2021-06-28 | Resolve ewram0arr in intro.c, ewram0_7 in egg_hatch.c | PikalaxALT | |
2021-06-24 | Document pokedex.c, 1 | PikalaxALT | |
2020-09-01 | Make invisible a boolean | PokeCodec | |
2020-08-29 | Give songs meaningful english names | GriffinR | |
2019-07-28 | remove hardcoded VRAM and EWRAM addresses | camthesaxman | |
2018-05-21 | Standardize args to palette blend functions | Marcus Huderle | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-07-20 | map out ram variables | drifloony | |
2017-06-24 | first src changes | 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-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-23 | Merge pull request #305 from NieDzejkob/master | yenatch | |
Name some stuff | |||
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 | Decrease indentation level of switches | Marijn van der Werf | |
2017-05-21 | Various intro naming | NieDzejkob | |
2017-05-15 | Remove last NONMATCHINGs in credits.c | Cameron Hall | |
2017-05-06 | Fix intro.c for German build | Marijn van der Werf | |
2017-05-06 | Various german patches | Marijn van der Werf | |
2017-04-27 | Sort includes | Marijn van der Werf | |
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-01-28 | introduce BGCNT constants | camthesaxman | |
2017-01-28 | tabs to spaces | YamaArashi | |
2017-01-27 | define more data in C (#220) | Cameron Hall | |
* define more data in C * correct typo in comments | |||
2017-01-27 | define more data in C (#219) | Cameron Hall | |
* define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c | |||
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-06 | finish decompiling intro.c (#169) | Cameron Hall | |
* finish decompiling * remove intro.s | |||
2017-01-06 | fix broken build | YamaArashi | |
2017-01-06 | decompile more intro functions | camthesaxman | |
2017-01-05 | decompile up to sub_813D908 | camthesaxman | |
2017-01-05 | decompile up to sub_813D584 | camthesaxman | |
2017-01-05 | decompile sub_813D0CC | camthesaxman | |
2017-01-04 | begin decompiling more intro code | camthesaxman | |
2017-01-03 | more labels in battle_ai.c and intro.c and misc places (#151) | ProjectRevoTPP | |
* 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 * label intro.c a bit * label battle_ai.c and document some stuff * formatting * more labeling and clarification. * more label stuff | |||
2017-01-01 | name some functions | YamaArashi | |
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-10 | decompile title_screen.c (#96) | Cameron Hall | |
* decompile title_screen.c * macros * cleanup * consistency | |||
2016-10-11 | begin decompiling intro functions | YamaArashi | |