summaryrefslogtreecommitdiff
path: root/asm/battle_ai.s
AgeCommit message (Collapse)Author
2017-01-10more 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-08decompile BattleAICmd_if_status_in_partyYamaArashi
2017-01-02gBattleTypeFlagsYamaArashi
2016-12-31use more constants in CalculateBaseDamageYamaArashi
2016-12-27battle_ai.s whitespaceYamaArashi
2016-11-14Start decompiling battle_ai.c cmd functions (#100)ProjectRevoTPP
* begin decompiling battle AI macros * decompile more battle AI macros * nonmatching function * decompile BattleAICmd_get_ability * current nonmatching work * get BattleAICmd_unk_30 a bit closer * get battle_ai.c into a mergable state.
2016-11-06start decompiling battle_ai.c (#92)Cameron Hall
2016-10-28name battle AI commands by macro namesYamaArashi
2016-10-28included .s to .incYamaArashi
2016-10-24name/rename a lot of functionsYamaArashi
2016-10-22add comments for literal pool loadsYamaArashi
2016-10-19split out battle_ai.s and trader.sYamaArashi