Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | decompile some more | camthesaxman | |
2017-01-28 | introduce BGCNT constants | camthesaxman | |
2017-01-28 | tabs to spaces | YamaArashi | |
2017-01-27 | define more data in C (#220) | Cameron Hall | |
* define more data in C * correct typo in comments | |||
2017-01-27 | start decompiling more of field_map_obj | camthesaxman | |
2017-01-27 | define more data in C (#219) | Cameron Hall | |
* define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c | |||
2017-01-25 | finish decompiling naming_screen (#217) | Cameron Hall | |
* decompile more code * incbin graphics data * decompile more code * decompile more code * finish decompiling * name some functions and variables | |||
2017-01-24 | decompile more of naming_screen (#216) | Cameron Hall | |
* decompile more code * incbin graphics data * decompile more code | |||
2017-01-23 | preproc incbins | YamaArashi | |
2017-01-22 | Merge pull request #214 from camthesaxman/naming_screen | YamaArashi | |
start decompiling naming_screen | |||
2017-01-22 | start decompiling naming_screen | camthesaxman | |
2017-01-22 | decompile script_movement (#213) | Cameron Hall | |
* start decompiling script_movement * finish decompiling * delete script_movement.s | |||
2017-01-21 | label a few things and put data in field_player_avatar.c (#212) | Cameron Hall | |
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-20 | put data in bike.c (#206) | Cameron Hall | |
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike * decompile more of bike * put data in bike.c | |||
2017-01-20 | decompile more of bike (#205) | Cameron Hall | |
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike * decompile more of bike | |||
2017-01-20 | start decompiling bike.c (#203) | ProjectRevoTPP | |
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike | |||
2017-01-19 | decompile rom6 (#202) | Cameron Hall | |
* decompile rom6 * newline | |||
2017-01-18 | start decompiling rom3 (#198) | Cameron Hall | |
* start decompiling rom3 * newline * decompile sub_800BA78 | |||
2017-01-17 | Declare gBGTilemapBuffers in header | Marijn van der Werf | |
2017-01-17 | Move `gStringVar` declarations to text.h | Marijn van der Werf | |
2017-01-16 | Merge pull request #190 from camthesaxman/battle_anim | YamaArashi | |
finish decompiling battle_anim.c | |||
2017-01-16 | finish decompiling battle_anim.c | camthesaxman | |
2017-01-14 | decompile unknown_debug_menu | YamaArashi | |
2017-01-14 | decompile map_name_popup.c | YamaArashi | |
2017-01-14 | decompile fldeff_teleport.h | YamaArashi | |
2017-01-13 | update GBA headers | YamaArashi | |
2017-01-11 | decompile braille_puzzles.c (#187) | ProjectRevoTPP | |
* begin decompiling braille_puzzles.c * finish decompiling braille_puzzles.c | |||
2017-01-10 | decompile sub_8067EEC | YamaArashi | |
2017-01-10 | define battle AI rodata in C | YamaArashi | |
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-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-10 | fix up dewford_trend.c a bit | camthesaxman | |
2017-01-10 | Merge pull request #181 from marijnvdwerf/decompile/credits-2 | YamaArashi | |
Continue decompiling credits | |||
2017-01-10 | Continue decompiling credits | Marijn van der Werf | |
2017-01-08 | Forgot to add Unown species constants to the enum | yenatch | |
2017-01-08 | enum the species constants | yenatch | |
2017-01-08 | start decompiling field_control_avatar.c (#177) | Cameron Hall | |
* start decompiling field_control_avatar.c * remove field_control_player_avatar.c | |||
2017-01-08 | rename truck_scene.c to field_special_scene.c | YamaArashi | |
2017-01-08 | decompile porthole code | YamaArashi | |
2017-01-06 | finish decompiling intro.c (#169) | Cameron Hall | |
* finish decompiling * remove intro.s | |||
2017-01-06 | Merge pull request #168 from camthesaxman/intro | YamaArashi | |
decompile more intro functions | |||
2017-01-06 | decompile more intro functions | camthesaxman | |
2017-01-06 | complete PokemonStorage struct | YamaArashi | |
2017-01-06 | move vars to header | YamaArashi | |
2017-01-05 | item constants | YamaArashi | |
2017-01-05 | global.h formatting | YamaArashi | |
2017-01-06 | quick fix to make ROM build again | ProjectRevoTPP | |
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 | Merge pull request #163 from camthesaxman/intro | YamaArashi | |
decompile more intro functions |