lights, death, and rotation fix (#2042)

- decompile `lights.gc`
- decompile remaining `target-death` function, you can die now
- fix float issue with `matrix-from-two-vectors-smooth!` making jak face
the wrong way in the slide thing
This commit is contained in:
water111
2022-12-02 10:02:13 -05:00
committed by GitHub
parent 728b2689b6
commit 80e9528e4e
17 changed files with 1801 additions and 130 deletions
@@ -1214,5 +1214,10 @@
"(method 25 turret-shot)": [[32, "vector"]],
"check-drop-level-ruins-tower-userdata": [[16, "vector"]],
"check-drop-level-ruins-tower-userdata-nosplat": [[16, "vector"]],
"check-drop-level-ruins-rubble": [[16, "vector"]]
"check-drop-level-ruins-rubble": [[16, "vector"]],
"update-light-hash": [
[16, "bounding-box"],
[48, "vector"],
[64, "vector"]
]
}