mirror of
https://github.com/open-goal/jak-project
synced 2026-08-14 20:43:54 -04:00
d/jak2: finish cty-guard-turret-button | race-h | height-map-h and a lot of rigid-body (#1957)
Also cleaned up `data_decompiler.cpp` to make it a lot less verbose to add a special case for an array field.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
(declare-type water-control basic)
|
||||
(declare-type align-control basic)
|
||||
(declare-type fact-info basic)
|
||||
(declare-type rigid-body-control basic)
|
||||
|
||||
(define-extern vector<-cspace! (function vector cspace vector))
|
||||
|
||||
@@ -96,7 +97,7 @@
|
||||
(water water-control :offset-assert 172)
|
||||
(sound ambient-sound :offset-assert 176)
|
||||
(carry basic :offset-assert 180)
|
||||
(rbody basic :offset-assert 184)
|
||||
(rbody rigid-body-control :offset-assert 184)
|
||||
(state-flags state-flags :offset-assert 188)
|
||||
(state-time time-frame :offset-assert 192)
|
||||
)
|
||||
@@ -343,10 +344,3 @@
|
||||
:size-assert #x24
|
||||
:flag-assert #x900000024
|
||||
)
|
||||
|
||||
|
||||
0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user