Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-17 | start decompiling battle transition | DizzyEggg | |
2017-07-22 | decompile field_fadetransition | drifloony | |
2017-07-20 | Merge pull request #367 from drifloony/field_screen_effect | yenatch | |
decompile field_screen_effect and unknown_task | |||
2017-07-15 | finish decompiling region_map | camthesaxman | |
2017-07-14 | decompile field_screen_effect and unknown_task | drifloony | |
2017-07-05 | Merge pull request #349 from PikalaxALT/pokeblock | yenatch | |
Pokeblock | |||
2017-06-28 | sub_810C368 | scnorton | |
2017-06-22 | Start decompiling field_tasks.s | PikalaxALT | |
2017-06-16 | Merge remote-tracking branch 'marijn/clean/headers' | yenatch | |
2017-06-14 | FILE MODES BrokeBack | PikalaxALT | |
2017-06-09 | FldEff_PopOutOfAsh (misnamed?) | PikalaxALT | |
2017-06-06 | Some functions related to queueing overworld fly fldeff | PikalaxALT | |
2017-05-26 | Make rom build again | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-04 | decompile time_events | YamaArashi | |
2017-04-07 | decompile post_battle_event_funcs | YamaArashi | |
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-01-21 | finish decompiling bike.c (#207) | ProjectRevoTPP | |
* decompile first few functions of field_map_obj.c * formatting * almost finish decompiling bike.c * finish decompiling bike.c | |||
2017-01-14 | decompile fldeff_teleport.h | YamaArashi | |
2017-01-10 | finish decompiling field_control_avatar.c (#182) | Cameron Hall | |
* start decompiling field_control_avatar.c * remove field_control_player_avatar.c * finish decompiling * cleanup * var and flag constants | |||
2017-01-08 | decompile porthole code | YamaArashi | |
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-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 new errors | Marijn van der Werf | |
2016-12-04 | formatting | YamaArashi | |
2016-12-04 | Decompile sub_8093110 and sub_8093130 | 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 |