mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
74560d8545
Currently function_finder misses functions since we don't continue to fetch if there's another page of results. However just increasing the page size makes the script super slow. This adds caches to the zip file and result fetching to try and get this running at a reasonable speed for `weapon`. We also fetch until `next` is null and increase the page size so all the results are fetched. This runs about 12 minutes on my system now. Results look like this https://gist.github.com/sozud/69aeafcc671d6354da474db952e8afef |
||
---|---|---|
.. | ||
function_finder_psp.py | ||
function_finder_psx.py | ||
function_finder_saturn.py | ||
helpers.py |