Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | rename rom_4.c to overworld.c | camthesaxman | |
2017-09-12 | lots more relabeling | camthesaxman | |
2017-09-10 | lots more renaming | camthesaxman | |
2017-09-09 | more renaming/refactoring | camthesaxman | |
2017-07-20 | map out ram variables | drifloony | |
2017-07-16 | labeling | camthesaxman | |
2017-06-30 | Rename rotating gate exported functions | Touched | |
2017-06-16 | Merge remote-tracking branch 'marijn/clean/headers' | yenatch | |
2017-06-15 | move player_pc data to C file and do a lot of labeling | ProjectRevoTPP | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-09 | file renaming | YamaArashi | |
2017-05-08 | decompile roamer.s | YamaArashi | |
2017-05-05 | Convert tabs to spaces | Marijn van der Werf | |
2017-05-05 | Remove trailing whitespace | Marijn van der Werf | |
2017-05-04 | decompile time_events | 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-22 | label changes for clarity | ProjectRevoTPP | |
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-02-10 | misc labels and memcpy/set cleanups (#232) | ProjectRevoTPP | |
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again * make ROM match again * label, document, reorganize, and clean up battle_ai.c * move stuff to battle.h and get rid of battle_2000000 * various changes * labeling * minor labels and formatting * contest ai labels and misc stuff | |||
2017-01-28 | tabs to spaces | YamaArashi | |
2017-01-24 | decompile more of naming_screen (#216) | Cameron Hall | |
* decompile more code * incbin graphics data * decompile more code | |||
2017-01-21 | label a few things and put data in field_player_avatar.c (#212) | Cameron Hall | |
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-14 | decompile map_name_popup.c | 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 | rename truck_scene.c to field_special_scene.c | YamaArashi | |
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-05 | field_8 -> savedCallback | YamaArashi | |
2017-01-04 | add some vars | YamaArashi | |
2017-01-04 | more labels (#159) | ProjectRevoTPP | |
* labels for tv.c and tv.s * match function prologue a little bit better * whoops * label and document lottery_corner.c * gSoftResetDisabled * add labels for main_menu.c * labels for metatile_behavior.c | |||
2017-01-02 | name functions and split data more | 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 | event_data.c | YamaArashi | |
2017-01-01 | split rom_806936C | YamaArashi | |
2016-12-19 | decompile ground effect flags functions | YamaArashi | |
2016-12-12 | Fix new errors | Marijn van der Werf | |
2016-12-11 | decompile load_save.c (#125) | ProjectRevoTPP | |
* start decompiling load_save.c * almost finish decompiling load_save.c * finish decompiling load_save.c * i cannot hex math * formatting | |||
2016-12-04 | Merge branch 'clean/warnings-1' of https://github.com/marijnvdwerf/pokeruby ↵ | YamaArashi | |
into marijnvdwerf-clean/warnings-1 | |||
2016-12-04 | Fix warning in rom4.c | Marijn van der Werf | |
2016-12-04 | Decompile sub_8093110 and sub_8093130 | Marijn van der Werf | |
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-10 | decompile field_door.c (#97) | Cameron Hall | |
* decompile * name some functions and variables * formatting and name more functions | |||
2016-11-05 | introduce flag constants | YamaArashi | |