summaryrefslogtreecommitdiff
path: root/src/code_800B45E0.c
AgeCommit message (Collapse)Author
2023-12-24Rename code_8001F980 to render_player and code_800B45E0 to save (#507)coco875
* Update and rename code_8001F980.c to render_player.c * Rename code_8001F980.h to render_player.h * rename import file to render_player * Update and rename code_80004740.c to save.c * Rename code_80004740.h to save.h
2023-11-25Matches, near-matches, and fixed warnings in code_800B45E0 (#498)Matthew
2023-10-13A few matches across a couple files, although mostly code_80005FD0 (#460)Tyler McGavran
Signed-off-by: Taggerung <tyler.taggerung@email.com>
2023-10-07Various Naming (#445)coco875
* Mass renames
2023-09-06Math (#402)MegaMech
* Math math_util * fix asm files
2023-09-04Got a couple matches and a few non matchings (#397)Tyler McGavran
Also got rid of a couple asm files for functions that were matched a long, long time ago (thank you ItzSwirlz for finding them) Signed-off-by: Taggerung <tyler.taggerung@email.com>
2023-08-25Make some adjustments to the SaveData struct (#381)Tyler McGavran
Also get rid of some fake variables from a bss file. Matched a couple functions too. Signed-off-by: Taggerung <tyler.taggerung@email.com>
2023-08-04very cool debug display list (#348)tomas
* added a very cool debug display list ^^ (prints variables to screen) * Decompiled various functions
2023-07-11controller pak stuff (#333)tomas
- Named some variables
2023-07-02Matched func_800B5B94 (#329)tomas
* Matched func_800B5B94
2022-12-25Couple small matches and m2c refreshing (#282)Tyler McGavran
* Moved stuff into header files to make m2c_helper a more useful Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2022-09-18Change a variety of constants to defines (#257)coco875
* Change a variety of constants to defines * Add notes regarding menu columns * Change unknown type to known types
2022-09-08Match the rest of actors.h (#254)Tyler McGavran
* Matched rest of actors and more Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2022-07-15Match a variety of functions (#245)Tyler McGavran
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2022-07-15Document game state related logic (#244)MegaMech
* Document game state logic * More namings
2022-07-08Match a few functions in Code800B45E0 (#239)tehzz
* pass clang errors for anon union struct member * match a few more funcs
2022-07-05Decomp menus.c (#229)tehzz
* update m2ctx to make N64 sgi context * finish decomping menus.c
2022-06-22Split and Decompile Code_800AF9B0 (#228)tehzz
* change return type of func_8000546C * try to fix submodules * update asm_processor for new ASM directives * split code_800AF8B0 into 3 files; move rodata into files/asm * move rodata into code_800AF9B0 asm funcs * decomp func_800AF9E4 * match 800AFF58 * merge in master (renamed code_800AF9B0.c to menus.c) * revert menus.c back to code_800AF9B0.c * add bss to code_800AF9B0 * rename code_800B0350.c to menus.c * remove unused ALIGN macros