summaryrefslogtreecommitdiff
path: root/asm/rom_8094928.s
AgeCommit message (Collapse)Author
2017-06-10finish decompiling rom_8094928camthesaxman
2017-06-10decompile sub_8094B6Ccamthesaxman
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-02split out battle_party_menu and pokemon_storage_systemYamaArashi
2017-01-02split out more asm filesYamaArashi
2017-01-02label and document berry.c, decompress.c, item_use.c and label ↵ProjectRevoTPP
gBattleTypeFlags (#146) * make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting
2017-01-01name more functionsYamaArashi
2017-01-01name some functionsYamaArashi
2016-12-18split out fldeff_cut.sYamaArashi
2016-11-05script special variablesYamaArashi
2016-10-28included .s to .incYamaArashi
2016-10-28name functionsYamaArashi
2016-10-25rename functionsYamaArashi
2016-10-24split several files out of rom_8094928.sYamaArashi
2016-10-24name/rename a lot of functionsYamaArashi
2016-10-24rename more functionsYamaArashi
2016-10-23PC/bag item dataYamaArashi
2016-10-23define gTasks in task.cYamaArashi
2016-10-22add comments for literal pool loadsYamaArashi
2016-10-20split out trainer_card.s and save_menu_util.sYamaArashi