summaryrefslogtreecommitdiff
path: root/asm/code_8027C84.s
AgeCommit message (Collapse)Author
2021-03-30Move some data and Splitting (#32)Seth Barberee
* move friend area settings to src * split out playtime into different C file and decomp a few more funcs * time -> play_time * fix include * split out more wonder mail stuff * unify 203B2C0 and unkDungeon structs. snuck in a decomp func too * split out more menu screens * work some more on trade items * doc a few more things * add a close nonmatch and decomp nullsub and small func * rollback struct attempt since it causes nonmatchings * only one func left in asm * death to trade_item asm and unify into one C file * more docing and cleanup * label main menu and trade items menu global menu struct * doc itemMode
2021-02-27Miscellaneous decomp/labeling/splitting (#29)Seth Barberee
* lots of wonder mail work, credits and label some stuff * nonmatch one intr func, match another, and label unused intr func * seperate credits out * split out debug menu and other stuff that isn't main menu * label another func * label some more funcs
2021-01-28decomp, label, doc, repeatSeth Barberee
2021-01-22more headway on Pokemon funcs and labeled in asmSeth Barberee
2020-12-28Decompile GameLoop and lots of renamesMateusz Naściszewski
2020-12-15Wonder mail Pt. 1 (#11)Seth Barberee
Some work on decomping/labeling wonder mail. Renamed corresponding assembly/C files. Labeled a few strings in data too.
2020-12-04more decomping of funcsSeth Barberee
2020-12-03split a little and decomped a few more funcsSeth Barberee
2020-11-23isemi-identified VRAM and split personality test funcsSeth Barberee
2020-11-20finish docing PlayTime and fix function - KermalisSeth Barberee
2020-10-29doc some stringsSeth Barberee
2020-10-10some doc'ing and decompingSeth Barberee
2020-10-08massive split of file and decomp one func with an attempt on an anotherSeth Barberee