mirror of
https://github.com/open-goal/jak-project
synced 2026-08-03 00:47:12 -04:00
d/jak2 - initial crimson-guard-level decomp and also the dig missions (#2092)
Finishes a bunch of files related to crimson guards / early missions: - `crimson-guard-level` - `dig-digger` - `fordumpa-obs` - `fort-robotank` - `fort-robotank-turret` - `fort-turret` - `transport-level` - `fordumpb-obs` - `fort-floor-spike` - `fordumpc-obs`
This commit is contained in:
@@ -736,7 +736,8 @@ void SSA::make_vars(const Function& function, const DecompilerTypeSystem& dts) {
|
||||
event_handler_hack = function.guessed_name.is_event_handler() ||
|
||||
function.guessed_name.to_string() == "target-generic-event-handler" ||
|
||||
function.guessed_name.to_string() == "target-standard-event-handler" ||
|
||||
function.guessed_name.to_string() == "(method 74 pegasus)";
|
||||
function.guessed_name.to_string() == "(method 74 pegasus)" ||
|
||||
function.guessed_name.to_string() == "(method 74 crimson-guard-level)";
|
||||
}
|
||||
|
||||
for (int block_id = 0; block_id < int(blocks.size()); block_id++) {
|
||||
|
||||
Reference in New Issue
Block a user