jak-project/goal_src/jak2/engine/process-drawable/process-taskable-h.gc
water111 f7bd0752f8
[decomp] Decompile first batch of files in engine (#1787)
* wip

* getting stuff set up so we can actually run test cases

* better handle block entry stuff

* types2 working on gstring

* comments

* math ref working

* up to first stack stuff

* stack fixes

* bounding box

* math stuff is working

* float fixes

* temp debug for (method 9 profile-array)

* stupid stupid bug

* debugging

* everything is broken

* some amount of type stuff works

* bitfield

* texture bitfields not working

* temp

* types

* more stuff

* type check

* temp

* float related fixes for light and res problems

* revisit broken files, fix bugs

* more types

* vector debug

* bug fixes for decompiler crashes in harder functions

* update goal_src
2022-08-24 00:29:51 -04:00

44 lines
1.7 KiB
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: process-taskable-h.gc
;; name in dgo: process-taskable-h
;; dgos: ENGINE, GAME
;; DECOMP BEGINS
(deftype process-taskable (process-focusable)
((task basic :offset-assert 204)
(ambient ambient-control :inline :offset-assert 208)
(neck-joint-index int32 :offset-assert 224)
(talk-message game-text-id :offset-assert 228)
(bounce-away symbol :offset-assert 232)
(will-talk symbol :offset-assert 236)
(look-at-me symbol :offset-assert 240)
(hide-during-movie symbol :offset-assert 244)
(talk-distance meters :offset-assert 248)
(talk-height meters :offset-assert 252)
(last-talk time-frame :offset-assert 256)
(want-to-say uint64 :offset-assert 264)
(birth-time time-frame :offset-assert 272)
(slave handle :offset-assert 280)
)
:heap-base #xa0
:method-count-assert 38
:size-assert #x120
:flag-assert #x2600a00120
(:methods
(process-taskable-method-27 () none 27)
(process-taskable-method-28 () none 28)
(process-taskable-method-29 () none 29)
(process-taskable-method-30 () none 30)
(process-taskable-method-31 () none 31)
(process-taskable-method-32 () none 32)
(process-taskable-method-33 () none 33)
(process-taskable-method-34 () none 34)
(process-taskable-method-35 () none 35)
(process-taskable-method-36 () none 36)
(process-taskable-method-37 () none 37)
)
)