jak-project/goal_src/jak2/levels/common/ai/halt/hal-h.gc
ManDude ebd8643d28
rework jak 2 goal file structure (#2806)
Changes the DGO build order so that the city gets compiled first, and a
random guess at an "order" of which levels people might edit more often.
Most of the data-only borrow files are moved to the end as well.

Also moves around files in the `goal_src` tree to a structure that makes
a bit more sense, some files were either in the completely wrong place,
their folders had strange names, were too deep for no reason or were
just too far away from other relevant files. This structure should make
it easier to guess a file's location.
2023-07-06 15:23:25 +01:00

35 lines
895 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: hal-h.gc
;; name in dgo: hal-h
;; dgos: SEB, SWB, LKIDDOGE, UNB, CTYKORA
;; DECOMP BEGINS
(deftype hal (bot)
((handle-failed-slave-id int8 :offset-assert 992)
(slave-handle handle 3 :offset-assert 1000)
)
:heap-base #x380
:method-count-assert 227
:size-assert #x400
:flag-assert #xe303800400
(:methods
(hal-method-225 (_type_) symbol 225)
(hal-method-226 (_type_) symbol 226)
)
)
(deftype halt-wait-spot (ai-task)
((check-done (function halt-wait-spot hal symbol) :offset 32)
(which-spot int8 :offset 36)
(num-spots uint8 :offset 37)
(spot-indexes uint8 6 :offset 38)
)
:method-count-assert 12
:size-assert #x30
:flag-assert #xc00000030
)