Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-25 | Sync names of other pokedex.c methods | PikalaxALT | |
2019-09-05 | Configure Travis to build nonmatching (#746) | PikalaxALT | |
* Configure Travis to build nonmatching | |||
2018-07-02 | label some of pokemon_summary_screen | yenatch | |
2018-06-10 | Label move_tutor_menu.c | Marcus Huderle | |
2018-04-07 | through DebugMenu_HoennNationalDex | PikalaxALT | |
2018-04-07 | Actually decompile start_menu_debug through DebugMenu_8076EF4 | PikalaxALT | |
2018-04-05 | Renaming | PikalaxALT | |
2018-01-09 | more text/menu renaming | camthesaxman | |
2018-01-08 | re-label some window and text code | camthesaxman | |
2017-09-19 | Decompile more party_menu | Marcus Huderle | |
2017-09-12 | more labels and fix build | camthesaxman | |
2017-09-10 | lots more renaming | camthesaxman | |
2017-08-29 | decompile pokemon_menu | DizzyEggg | |
2017-07-20 | Merge branch 'master' into battle_records | drifloony | |
2017-07-17 | fix merge conflicts | camthesaxman | |
2017-07-15 | finish decompiling region_map | camthesaxman | |
2017-07-15 | decompile battle_records | drifloony | |
2017-07-09 | Mark source files as non-executable | Marijn van der Werf | |
2017-06-28 | sub_810C368 | scnorton | |
2017-06-27 | sub_810B998 and ALL the data | PikalaxALT | |
2017-06-24 | first src changes | Marijn van der Werf | |
2017-06-16 | Merge remote-tracking branch 'marijn/clean/headers' | yenatch | |
2017-06-15 | fix merge conflicts | camthesaxman | |
2017-06-14 | merge | ProjectRevoTPP | |
2017-06-13 | decompile sub_809207C - sub_80924A4 | camthesaxman | |
2017-06-13 | File modes NotLikeThis | PikalaxALT | |
2017-06-12 | data/decoration.s, 1 | PikalaxALT | |
2017-06-12 | Convert data/decorations.inc to C | PikalaxALT | |
2017-06-12 | sub_8072B80 const | camthesaxman | |
2017-06-10 | finish decompiling player_pc.c | ProjectRevoTPP | |
2017-06-09 | cleanup player_pc.c | ProjectRevoTPP | |
2017-05-31 | A couple more decorations tasks | scnorton | |
2017-05-31 | Decompile the lead section of decoration.s | scnorton | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-24 | Add strings2.h | Marijn van der Werf | |
2017-05-24 | Remove duplicate strings.h declarations | Marijn van der Werf | |
2017-05-24 | fill holes in party_menu.c and add battle_interface.h header | camthesaxman | |
2017-05-22 | Add strings2.h | Marijn van der Werf | |
2017-05-22 | Remove duplicate strings.h declarations | Marijn van der Werf | |
2017-05-17 | fill holes in party_menu.c and add battle_interface.h header | camthesaxman | |
2017-01-27 | define more data in C (#220) | Cameron Hall | |
* define more data in C * correct typo in comments | |||
2017-01-04 | decompile more summary screen functions | YamaArashi | |
2017-01-04 | almost finish decompiling matsuda_debug_menu.c (#158) | Cameron Hall | |
* almost finish decompiling matsuda_debug_menu.c * rename sub_8071C20 to CloseMenu | |||
2016-12-30 | decompile sub_80B5578 and sub_80B5684 | YamaArashi | |
2016-12-19 | Decompile more of player_pc.c (#136) | ProjectRevoTPP | |
* start decompiling player_pc.c again * submit more player_pc.c work | |||
2016-12-18 | move functions from start_menu.c to menu.c | YamaArashi | |
2016-12-11 | Continue decompiling trainer_card | Marijn van der Werf | |
2016-12-04 | Fix warnings in menu.c and option_menu.c | Marijn van der Werf | |
2016-12-02 | Pass struct array to PrintMenuItems | Marijn van der Werf | |
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 |