decomp: blerc, ripple, under-* files (#2163)

Co-authored-by: Tyler Wilding <xtvaser@gmail.com>
This commit is contained in:
Hat Kid
2023-01-28 22:02:58 +01:00
committed by GitHub
parent e0ee9b6a81
commit 8b21a55906
54 changed files with 25877 additions and 450 deletions
+2 -1
View File
@@ -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++) {