mirror of
https://github.com/open-goal/jak-project
synced 2026-08-01 08:27:22 -04:00
[decompiler] Detect vector*! (#3846)
Detect use of `vector*!`, which is inlined in jak 2 and jak 3. --------- Co-authored-by: water111 <awaterford1111445@gmail.com>
This commit is contained in:
@@ -4918,14 +4918,8 @@
|
||||
[96, "s5", "collide-shape-moving"]
|
||||
],
|
||||
"(anon-function 74 target-flut)": [
|
||||
[6, "gp", "target"],
|
||||
[10, "gp", "target"],
|
||||
[16, "gp", "target"],
|
||||
[24, "gp", "target"],
|
||||
[33, "gp", "target"],
|
||||
[42, "a0", "target"],
|
||||
[49, "gp", "target"],
|
||||
[56, "gp", "target"]
|
||||
[[0, 56], "gp", "target"],
|
||||
[42, "a0", "target"]
|
||||
],
|
||||
"(anon-function 21 target-flut)": [[58, "v1", "art-joint-anim"]],
|
||||
"(code target-flut-death)": [
|
||||
|
||||
@@ -173,6 +173,18 @@
|
||||
"(method 9 process-tree)": {
|
||||
"args": ["this", "active-tree", "name", "stack-pointer"]
|
||||
},
|
||||
"(method 9 align-control)": {
|
||||
"vars": {
|
||||
"s5-0":"num-chans",
|
||||
"s4-0":"chan-idx",
|
||||
"a0-4":"chan",
|
||||
"v1-7":"frame-group",
|
||||
"a0-9":"root-chan",
|
||||
"v1-18":"root-frame-group",
|
||||
"f0-0":"root-frame-num",
|
||||
"a0-10":"disable?"
|
||||
}
|
||||
},
|
||||
"(method 9 process)": {
|
||||
"args": ["this", "active-tree", "name", "stack-pointer"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user