mirror of
https://github.com/open-goal/jak-project
synced 2026-08-17 13:40:39 -04:00
d/jak2: decompile conveyor | elevator | plat | bouncer | basebutton | base-plat | most of sampler | simple-nav-sphere | simple-focus | elec-gate and blocking-plane (#1942)
Most of these have been atleast partially documented / named / cleaned up as well. Co-authored-by: water <awaterford111445@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ bool convert_to_expressions(
|
||||
f.guessed_name.kind == FunctionName::FunctionKind::UNIDENTIFIED ||
|
||||
f.guessed_name.kind == FunctionName::FunctionKind::NV_STATE ||
|
||||
f.guessed_name.kind == FunctionName::FunctionKind::V_STATE) {
|
||||
f.ir2.env.set_remap_for_function(f.type);
|
||||
f.ir2.env.set_remap_for_function(f);
|
||||
} else if (f.guessed_name.kind == FunctionName::FunctionKind::METHOD) {
|
||||
auto method_type =
|
||||
dts.ts.lookup_method(f.guessed_name.type_name, f.guessed_name.method_id).type;
|
||||
|
||||
Reference in New Issue
Block a user