mirror of
https://github.com/open-goal/jak-project
synced 2026-09-02 18:12:50 -04:00
jak3: misc fixes (#3686)
- Fix global heap display in cheat mode - Fix `tpl-watcher` NaNs after they fire their laser (`vf0` was being clobbered) (Fixes #3684) - Fix `artifact-race` talkers (Fixes #3685)
This commit is contained in:
@@ -44457,9 +44457,9 @@
|
||||
(within-outer-ring symbol :offset-assert 136)
|
||||
(within-inner-ring symbol :offset-assert 140)
|
||||
(ouched symbol :offset-assert 144)
|
||||
(bound-cam basic :offset-assert 148)
|
||||
(bound-cam string :offset-assert 148)
|
||||
(trans vector :inline :offset-assert 160)
|
||||
(state-time uint64 :offset-assert 176)
|
||||
(state-time time-frame :offset-assert 176)
|
||||
(jak-in-hint-region symbol :offset-assert 184)
|
||||
(watchers-vulnerable symbol :offset-assert 188)
|
||||
)
|
||||
@@ -44492,7 +44492,7 @@
|
||||
standing-down ;; 31
|
||||
)
|
||||
(:methods
|
||||
(tpl-watcher-method-32 (_type_) none) ;; 32
|
||||
(init-collision! (_type_) none) ;; 32
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -1046,7 +1046,7 @@
|
||||
"desertf-obs": [["L99", "(inline-array vector)", 2]],
|
||||
"desert-dust-storm": [["L89", "vector"]],
|
||||
"artifact-race": [
|
||||
["L162", "(inline-array talker-speech-class)", 16],
|
||||
["L162", "(inline-array talker-speech-class)", 32],
|
||||
["L160", "vector"],
|
||||
["L159", "vector"],
|
||||
["L158", "vector"],
|
||||
|
||||
Reference in New Issue
Block a user