Commit Graph
26 Commits
Author SHA1 Message Date
Antonio Castelli 3f182095cc Added tool to find undeclared glabels. 2021-05-26 20:30:44 -07:00
Antonio Castelli 72fe8f27bf Added .rodata and .bss sections to data region splitter tool.
The data being worked off of for these sections is less developed and much
more noisy than the .data section, so in its current condition, there will
be comparatively more mistakes in the output for them.
2021-05-26 00:05:17 -07:00
Antonio Castelli 6185e76e1e Fixed issues with data region splitter.
The output now matches up with the manually-created splits up to
unknown_0C8450.c (start of lib files).
2021-05-25 19:15:30 -07:00
Antonio Castelli 2cfe41f388 Added tool to automatically split data sections by c file.
This uses a greedy algorithm and can, in theory, overpredict the starting
address of the glabels per file. However, this should at the very least be
a good starting point for separating out the data sections into their
corresponding c files.
2021-05-25 00:53:56 -07:00
David Benepe a398687ff8 Assets revision #1 2020-08-24 19:56:30 -05:00
David Benepe 8ef4dd20fa (8.08%) Overhauled assets & decompiled 5 functions in unknown_0777A0 2020-08-15 18:54:40 -05:00
David Benepe 64c56ff353 Fixed score.py 2020-08-04 15:16:23 -05:00
David Benepe fe1b14ba0a Minor improvements to rename_sym.sh & Makefile 2020-08-04 15:00:36 -05:00
David Benepe d416539bd3 Fixed minor issues and added some asm files. 2020-08-01 07:43:45 -05:00
David Benepe 926105c95e Moved libultra files to /lib/ directory 2020-07-31 15:45:49 -05:00
David Benepe cca87e34e0 Found handwritten asm files 2020-07-29 09:30:04 -05:00
David Benepe fca83853cd Decompiled 11 functions in unknown_080500 2020-07-19 02:41:07 -05:00
David Benepe a73991f52e Added new folder & file for the .data section. Also decompiled menu_caution_loop 2020-07-16 02:52:53 -05:00
David Benepe 09ce035927 Updated scoring to be based on code size, instead of number of functions. 2020-07-13 17:42:17 -05:00
David Benepe 672145cfd8 Added a score script 2020-07-13 16:18:46 -05:00
David Benepe 80dd7027a6 Split files into mips1 and mips2 folders 2020-07-03 14:08:49 -05:00
David Benepe ce75096241 Replaced custom rename_symbol script with standard rename_sym script 2020-06-28 14:10:25 -05:00
David Benepe 8b0d8d457b Started decompilation! 2020-06-27 20:31:57 -05:00
David Benepe 9d7c9b035a Overhauled texture building to be much faster, and hopefully fixed file permissions. 2020-06-24 14:33:15 -05:00
David Benepe 6f6791a99f Added dkr_encryptor & /cheats directory within /assets/ 2020-06-15 09:30:56 -05:00
David Benepe d9623b3b1c Fixed bugs & readded dkr_decompressor to make the build OK again 2020-06-13 08:14:27 -05:00
David Benepe 7bee621031 Removed old extraction script 2020-06-12 17:28:11 -05:00
David Benepe d2c942115b Updated with new tools and texture generation 2020-06-12 17:09:01 -05:00
David Benepe 4d038b42a5 Added raw textures to extraction 2020-05-30 05:21:06 -05:00
David Benepe 9927931372 Replaced is keyword with equality due to python 3.8 warnings 2020-05-27 21:57:59 -05:00