summaryrefslogtreecommitdiff
path: root/src/code_801AFA4.c
AgeCommit message (Collapse)Author
2021-12-14Swapped out more text macrosAnonymousRandomPerson
2021-12-01No wifi + 2 days on train = more decomp (#80)Seth Barberee
* No wifi + 2 days on train = more decomp * layin some more * one func, one file
2021-11-22Label all entities in Boss Fight Cutscenes (#78)Seth Barberee
* label all entities in cutscenes * remove commented func.. wasn't matching anyway * Skarmony -> Skarmory
2021-11-20Labeled more symbols (#77)Cheng Hann Gan
* Labeled more symbols * Fixed comment typo * Renamed some functions
2021-11-18Expanded charmap usage (#76)Cheng Hann Gan
* Added item icons/Hiragana to charmap * Use color formatting charmap macros * Removed redundant text formatting macros
2021-11-02Moves and some friend_area_action_menuSeth Barberee
2021-10-22Death by 74 files (#65)Seth Barberee
* death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it
2021-09-01More PMD grind (#50)Seth Barberee
* more sese grind * match sub_802ABF8 * some more work
2021-07-10Decompiled some item related functions (#42)Dennis
* decompile sub_8091290 * decompile sub_80912c8 * rename functions / struct field * more names * decompile 80913A0 * decompile GetItemMove * decompile sub_80913E0 * rename function * decompile CanSellItem function * rename inventory struct * add some item check functions * fix renaming stuff * this file shouldnt have been here * forgot merge conflict * decompile more item functions * rename some stuff * fix HM/TM naming * Update src/code_801AFA4.c Use enum value for USED_TM * Fix incorrect value Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
2021-07-07Sese's vacation workSeth Barberee
2021-06-18more splitting and labeling with some decompSeth Barberee
2021-06-10splitting more files and decomp a little moreSeth Barberee