summaryrefslogtreecommitdiff
path: root/src/code_8094F88.c
AgeCommit message (Collapse)Author
2022-03-11decomp some more saving functionsSeth Barberee
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-03-12Miscellaneous Work (Again) (#30)Seth Barberee
* work on debug menu and document that and main menu * split, decomp, label more funcs * split exclusive pokemon data out into C * macro-ize exlusive pokemon data * decomp 2 more funcs * decomp a few more * finally match PromptNewQuestion * woot 7% aka more debug menu stuff
2021-02-21Fully decomp save.s (#28)Seth Barberee
* some work on decomping more save stuff * code cleanup and decomp another save func * fully decomp save and combine split save c files * fix two nonmatchings
2021-01-095% woooSeth Barberee
2020-11-20finish docing PlayTime and fix function - KermalisSeth Barberee
2020-11-19combining and doc'ing of playtime thingsSeth Barberee
2020-10-09decomp some save stuffSeth Barberee