sotn-decomp/tools/function_finder
bismurphy a01b944c2a
Deprecate the use of DECOMP_ME_WIP comments (#1339)
We have now fully decompiled every function which had a DECOMP_ME_WIP
comment, and we do not expect to ever have a need to add one in the
future.

Therefore, the function finder can be simplified by removing the process
of searching for these.

With no DECOMP_ME_WIP strings, `get_c_files` will never append anything
to `files`, so it always returns an empty list. We can therefore remove
the function.

With `c_files` always being an empty list, iterating over it will do
nothing, so we can remove `c_files` and the entire block of `for c_file
in c_files`.

Those are all the changes being made here, pretty simple.
2024-06-18 19:34:57 +01:00
..
function_finder_psp.py Integrate psp function finder (#1293) 2024-06-17 15:52:17 -07:00
function_finder_psx.py Deprecate the use of DECOMP_ME_WIP comments (#1339) 2024-06-18 19:34:57 +01:00
function_finder_saturn.py Function finder refactoring (#399) 2023-07-27 21:32:29 -07:00
helpers.py Fix function finder (#784) 2023-11-17 20:24:42 -08:00