Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-09 | file renaming | YamaArashi | |
2017-04-27 | Sort includes | Marijn van der Werf | |
2017-04-08 | finish decompiling item_use.c (#244) | ProjectRevoTPP | |
* nonmatching sub_80C9720 and decompile sub_80C9838 * finish decompiling Itemfinder functions. * decompile ItemUseOutOfBattle_PokeblockCase and ItemUseOutOfBattle_CoinCase * rename field_doortransition * rename weather file * decompile more of item_use.c * decompile up to repel code * decompile up to stat increase code * finish decompiling item_use.c * remove item_use from ld_script | |||
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-01-27 | define more data in C (#220) | Cameron Hall | |
* define more data in C * correct typo in comments | |||
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-05 | more labels (#165) | ProjectRevoTPP | |
* more labels and match sub_810745C * formatting * move BattleStruct to battle.h and combine both loose structs * oops * more labels for rom4.c | |||
2017-01-05 | field_8 -> savedCallback | YamaArashi | |
2017-01-02 | name functions and split data more | YamaArashi | |
2017-01-02 | name battle setup functions | YamaArashi | |
2017-01-02 | battle type constants | YamaArashi | |
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 | |||
2017-01-02 | gBattleTypeFlags | YamaArashi | |
2017-01-02 | event_data.c | YamaArashi | |
2016-12-19 | decompile ground effect flags functions | YamaArashi | |
2016-12-12 | Fix various warnings | Marijn van der Werf | |
2016-12-04 | fix battle_setup.c warning | YamaArashi | |
2016-12-02 | use player avatar flag constants | YamaArashi | |
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-11 | more cleanup (#98) | Cameron Hall | |
2016-11-06 | cleanup (#93) | Cameron Hall | |
* cleanup * cleanup | |||
2016-11-06 | start decompiling battle_ai.c (#92) | Cameron Hall | |
2016-11-05 | script special variables | YamaArashi | |
2016-11-05 | rename some parameters | YamaArashi | |
2016-11-05 | introduce flag constants | YamaArashi | |
2016-11-05 | clean up battle_setup.c | YamaArashi | |
2016-11-04 | trainer music constants | YamaArashi | |
2016-11-04 | use correct trainer party member structs | YamaArashi | |
2016-11-04 | fix battle_setup.c warnings besides implicit declaration | YamaArashi | |
2016-11-04 | add flag.h and var.h | YamaArashi | |
2016-11-04 | use more TRUE/FALSE | YamaArashi | |
2016-11-04 | cleanup | YamaArashi | |
2016-11-04 | switch formatting | YamaArashi | |
2016-11-04 | badge flags | YamaArashi | |
2016-11-04 | remove extraneous spaces | YamaArashi | |
2016-11-04 | decompile sub_8082A90() | YamaArashi | |
2016-11-04 | decompile battle_setup.c (#86) | ProjectRevoTPP | |
* purge text label redundancy in data2 * revo you dummy dont commit experimental changes like that * Map header music constants * Declare CoordEvent and BgEvent structs * start labeling AI labels * begin decompiling battle_setup.c * more decompilation of battle_setup.c * decompile even more battle_setup.c * finish decompiling battle_setup.c aside from one function * impeach PikalaxALT * formatting |