mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
[decompiler] process-drawable-h (#561)
* decomile process-drawable-h * one more
This commit is contained in:
@@ -271,7 +271,13 @@
|
||||
|
||||
;; definition of type art-joint-anim
|
||||
(deftype art-joint-anim (art-element)
|
||||
((pad2 uint8 16 :offset-assert 32)
|
||||
((speed float :offset 20)
|
||||
(artist-base float :offset 24)
|
||||
(artiest-step float :offset 28)
|
||||
(master-art-group-name basic :offset 32)
|
||||
(master-art-group-index int32 :offset 36)
|
||||
(frames pointer :offset 44)
|
||||
(data joint-anim-compressed :dynamic :offset-assert 48)
|
||||
)
|
||||
:method-count-assert 13
|
||||
:size-assert #x30
|
||||
|
||||
Reference in New Issue
Block a user