Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | decompile sub_8146798 | camthesaxman | |
2017-01-17 | decompile dp01_getattr_by_ch1_for_player_pokemon (#196) | Cameron Hall | |
2017-01-17 | Merge pull request #195 from marijnvdwerf/clean/data-variables | YamaArashi | |
Use variable names instead of raw offsets in data | |||
2017-01-17 | Merge pull request #194 from marijnvdwerf/clean/cleanup-1 | YamaArashi | |
Include data for gUnknown_0840CA00 | |||
2017-01-17 | Use variable names instead of raw offsets in data | Marijn van der Werf | |
2017-01-17 | Include data for gUnknown_0840CA00 | Marijn van der Werf | |
2017-01-17 | Merge pull request #193 from marijnvdwerf/clean/cleanup-1 | YamaArashi | |
Clean up various things | |||
2017-01-17 | Declare gBGTilemapBuffers in header | Marijn van der Werf | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-17 | Move `gStringVar` declarations to text.h | Marijn van der Werf | |
2017-01-17 | Clean up credits.c | Marijn van der Werf | |
2017-01-16 | Merge pull request #192 from camthesaxman/battle_811DA74 | YamaArashi | |
start decompiling battle_811DA74 | |||
2017-01-16 | start decompiling battle_811DA74 | camthesaxman | |
2017-01-16 | Merge pull request #191 from camthesaxman/credits | YamaArashi | |
fix some nonmatching functions in credits.c | |||
2017-01-16 | fix some nonmatching functions in credits.c | camthesaxman | |
2017-01-16 | Merge pull request #190 from camthesaxman/battle_anim | YamaArashi | |
finish decompiling battle_anim.c | |||
2017-01-16 | name battle anim command functions | camthesaxman | |
2017-01-16 | finish decompiling battle_anim.c | camthesaxman | |
2017-01-15 | Merge pull request #189 from camthesaxman/battle_anim | YamaArashi | |
add some data to C file and clean up battle_anim.c | |||
2017-01-15 | add some data to C file and clean up | camthesaxman | |
2017-01-14 | Merge pull request #188 from camthesaxman/battle_anim | YamaArashi | |
decompile more of battle_anim.c | |||
2017-01-15 | decompile up to ma18_load_background_probably | 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-14 | remove explicit array size | YamaArashi | |
2017-01-14 | string_util.c clean-up | YamaArashi | |
2017-01-14 | decompile up to sub_8076034 | camthesaxman | |
2017-01-13 | update GBA headers | YamaArashi | |
2017-01-12 | decompile name_string_util | YamaArashi | |
2017-01-11 | decompile braille_puzzles.c (#187) | ProjectRevoTPP | |
* begin decompiling braille_puzzles.c * finish decompiling braille_puzzles.c | |||
2017-01-10 | Merge pull request #185 from camthesaxman/battle_anim | YamaArashi | |
start decompiling battle_anim.c | |||
2017-01-11 | start decompiling battle_anim.c | camthesaxman | |
2017-01-10 | decompile sub_8067EEC | YamaArashi | |
2017-01-10 | clean up trailing whitespace | YamaArashi | |
2017-01-10 | make sub_80687E4 match | YamaArashi | |
2017-01-10 | define battle AI rodata in C | YamaArashi | |
2017-01-10 | nonmatching BattleAICmd_unk_24 | 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 | Merge pull request #183 from camthesaxman/fix_dewford_trend | YamaArashi | |
fix up dewford_trend.c a bit | |||
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-09 | Merge pull request #178 from marijnvdwerf/decompile/credits-2 | YamaArashi | |
Split up different credits tasks | |||
2017-01-08 | Merge pull request #180 from yenatch/species-enum | YamaArashi | |
Forgot to add Unown species constants to the enum | |||
2017-01-08 | Forgot to add Unown species constants to the enum | yenatch | |
2017-01-08 | Merge pull request #179 from yenatch/species-enum | YamaArashi | |
enum the species constants | |||
2017-01-08 | enum the species constants | yenatch | |