Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-10 | Label move_tutor_menu.c | Marcus Huderle | |
2018-06-06 | Label/document field_control_avatar.c and a few misc things | Marcus Huderle | |
2018-05-29 | Unify 'map object' and 'field object' terms into 'event object' | Marcus Huderle | |
2018-05-21 | Standardize args to palette blend functions | Marcus Huderle | |
2018-04-05 | Renaming | PikalaxALT | |
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-16 | Merge remote-tracking branch 'marijn/clean/headers' | yenatch | |
2017-06-10 | finish decompiling player_pc.c | ProjectRevoTPP | |
2017-06-09 | cleanup player_pc.c | ProjectRevoTPP | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-23 | Merge pull request #303 from marijnvdwerf/clean/includes | yenatch | |
Clean/includes | |||
2017-05-22 | Add strings2.h | Marijn van der Werf | |
2017-05-22 | Remove duplicate strings.h declarations | Marijn van der Werf | |
2017-05-22 | Decrease indentation level of switches | Marijn van der Werf | |
2017-05-09 | use macros to set DISPCNT and BG*CNT registers (#286) | Cameron Hall | |
* use macros to set DISPCNT and BG*CNT registers * add a few more | |||
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-28 | tabs to spaces | YamaArashi | |
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-10 | more labels and finish decompiling battle_ai.c except for unk_24 (#184) | ProjectRevoTPP | |
* labels for save_menu_util.c * formatting, i suck at it * fix sub_80712B4 to not use MyTask struct * pls don't kill me * current changes * decompile BattleAICmd_if_damage_bonus * formatting * label thinking struct unk8 * decompile BattleAICMd_if_status_not_in_party * decompile more battle_ai.c functions * Began decompilation of a random file * decompile BattleAICmd_if_can_faint and BattleAICmd_if_cant_faint * decompile unk_3F and unk_40 * decompile if_move_effect and if_not_move_effect * formatting, silly * decompile if_last_move_did_damage and if_encored * decompile unk_45 if_random_2 and unk_47 * decompile get_hold_effect and get_gender * decompile is_first_turn and get_stockpile_count * decompile unk_4C and get_item * decompile unk_4E unk_4F and unk_50 * decompile get_protect_count and the remaining stub macros * decompile call jump and unk_5A * decompile if_level_cond * decompile the last AI macros besides unk_24 * finish decompiling battle_ai.c except for unk_24 | |||
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 | get rid of MenuItem struct | YamaArashi | |
2017-01-05 | define some menu data in C | YamaArashi | |
2017-01-05 | field_8 -> savedCallback | 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 | |||
2017-01-02 | name functions and split data more | YamaArashi | |
2017-01-02 | event_data.c | YamaArashi | |
2016-12-18 | move functions from start_menu.c to menu.c | YamaArashi | |
2016-12-12 | Fix new errors | Marijn van der Werf | |
2016-12-12 | Fix various warnings | 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 | 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 | |||
2016-11-11 | more cleanup (#98) | Cameron Hall | |
2016-11-05 | introduce flag constants | YamaArashi | |
2016-11-04 | add flag.h and var.h | YamaArashi | |
2016-10-27 | finish decompiling link NPC code | YamaArashi | |
2016-10-25 | rename functions | YamaArashi | |
2016-10-25 | decompile save_menu_util.c (#70) | ProjectRevoTPP | |
* decompile save_menu_util.c * rename right align * formatting * whoops | |||
2016-10-19 | name some weather-related functions | YamaArashi | |
2016-10-16 | decompile option menu and begin decompiling pokedex (#58) | Cameron Hall | |
* start decompiling pokedex * fix up this darn struct * decompile most of the option menu code * decompile more code * finish up with option menu * minor cleanup * fix some pokedex functions * remove disassembly files * actually remove disassembly files * more decompilation * decompile 2 more functions * minor cleanup * Update start_menu.c with CB2_InitPokedex | |||
2016-10-16 | minor cleanups (#60) | Cameron Hall | |
* minor cleanups * remove indentation on empty lines * match formatting on if and for statements |