mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
decomp: blerc, ripple, under-* files (#2163)
Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
@@ -739,7 +739,8 @@ void SSA::make_vars(const Function& function, const DecompilerTypeSystem& dts) {
|
||||
function.guessed_name.to_string() == "(method 74 pegasus)" ||
|
||||
function.guessed_name.to_string() == "(method 74 crimson-guard-level)" ||
|
||||
function.guessed_name.to_string() == "widow-handler" ||
|
||||
function.guessed_name.to_string() == "(method 74 hal)";
|
||||
function.guessed_name.to_string() == "(method 74 hal)" ||
|
||||
function.guessed_name.to_string() == "water-anim-event-handler";
|
||||
}
|
||||
|
||||
for (int block_id = 0; block_id < int(blocks.size()); block_id++) {
|
||||
|
||||
Reference in New Issue
Block a user