summaryrefslogtreecommitdiff
path: root/progress.py
AgeCommit message (Collapse)Author
2024-04-12Action Renames (#606)MegaMech
* Update README.md * Update progress.py
2024-04-12use github actions instead (#605)coco875
* Create actions
2023-11-05Document progress.py and correct readme (#483)AloXado320
* Document progress.py and adjust readme
2023-10-14Revamp progress script, change file structure and remove unused asm (#459)AloXado320
* Revamp progress script, change file structure and remove unused asm * Add text when there's no GLOBAL_ASM remaining (100%)
2023-09-17Some train decomp and move seg2 files to ending (#423)MegaMech
* Some train decomp * Move seg2 to ending/ * move racing code files into racing folder * Fix progress * Rename segments
2023-09-06Math (#402)MegaMech
* Math math_util * fix asm files
2023-08-31Match func in player_controller.c (#394)MegaMech
* Match func * Rename to player_controller.c
2023-08-22Update progress.py (#379)MegaMech
2023-08-22Matched some funcs (#378)MegaMech
* Matched code
2023-08-12Various cleanup and matching (#369)MegaMech
* More podium_ceremony_actors documentation * Updated progress script * Various matches and cleanup
2023-08-11Update progress script (#367)MegaMech
* Updated progress script
2023-08-10Match Segment 3 -> Matched code_80280650.c (#363)MegaMech
* Match & doc code_80280650.c * Update readme
2023-08-08Removed outdated euc-jp fix (#356)MegaMech
2023-07-14Update progress.py (#344)MegaMech
2023-05-22UI and print debug matches (#310)MegaMech
* various decomp
2023-04-04Update progress.py (#300)MegaMech
2023-04-04Disclude credits.c from progress.py (#299)MegaMech
2023-03-29Massive data relocation (#295)Tyler McGavran
Mostly relocating rodata from data/* files to the appropriate asm/nonmatching/* files, although there is some plain data relocating to be found in here too. Big change to note is the addition of the code_802AAA70.c file, split from memory.c. Based on some padding in the ro/data for memory it seems clear that a split is needed, although it is not clear that exact spot chosen for the split is correct. Still, it gets the file padding for the ro/data and text segments correct so it can't be too wrong. Also included is an update to the asm_processor tool to support the .hword directive. I made a PR to the main repo of that project with an identical change and it was accepted. Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
2022-11-21Matches in 80281fa0, render_courses, and create defines for sound cues. (#276)MegaMech
* Matches, add permute, and add notice to quick runners * 80281fa0 matches, render_courses, and create defines for audio * Renamed 80281fa0.h, func naming, and deleted data_121DA0 * Added clang format * Matched load_surface_map * Match func in memory.c
2022-08-25Add lots of headers (#252)Tyler McGavran
* Add a lot of header files Did my best to move all relevant function prototypes and external variable declarations into the header files too. Matched a few functions in the process * Updated progress.py Some of the listed files/folders have been deleted/renamed, so I reflected those changes in progress.py Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
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
2021-12-18Fix maths (#104)MegaMech
* Fix maths * Update README.md * Update Jenkinsfile
2021-12-18Update progress.py (#103)MegaMech
* Update progress.py * Update Jenkinsfile * Update progress.py * Update README.md
2021-12-18Remove git dependancy (#100)MegaMech
2021-12-16Revert "Update Jenkinsfile (#97)" (#98)MegaMech
This reverts commit a99a739216da5ffe5f76790b4156db7ecbb6ad8e.
2021-12-16Update Jenkinsfile (#97)MegaMech
* Update Jenkinsfile * Update progress.py * Update Jenkinsfile
2021-12-03Fixed progress.py, moved non_matching OS to `asm/os/non_matchings/` (#77)CoderStig
* Fixed progress.py * Moved non_matching OS asm to `asm/os/non_matchings/`
2021-11-28Imported funcs from sm64 to code_80004740.c and trig_tables.inc.c (#68)CoderStig
* fixed float issue brought over from zeldaret * Import trig_tables.inc.c * Delete game_data_802BA370.s * Import two funcs from sm64 into code_80004740.c
2021-11-05Split asm using autodecompiler (#49)CoderStig
* Split asm using autodecompiler * Placed libultra bss and linked more C