jak-project/goal_src/jak1/levels/snow/snow-ram-h.gc
2022-06-29 22:20:09 -04:00

41 lines
1,004 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: snow-ram-h.gc
;; name in dgo: snow-ram-h
;; dgos: L1, SNO
;; DECOMP BEGINS
(deftype ram (process-drawable)
((root-override collide-shape-moving :offset 112)
(ram-id int32 :offset-assert 176)
(give-fuel-cell? symbol :offset-assert 180)
(give-fuel-cell-anim spool-anim :offset-assert 184)
(part2 sparticle-launch-control :offset-assert 188)
(orient-ry float :offset-assert 192)
(fuel-cell-dest-pos vector :inline :offset-assert 208)
)
:heap-base #x70
:method-count-assert 23
:size-assert #xe0
:flag-assert #x17007000e0
(:methods
(dummy-20 (_type_) object 20)
(dummy-21 (_type_) object 21)
(dummy-22 (_type_) symbol 22)
)
(:states
ram-fun-idle
ram-give-fuel-cell
ram-idle
)
)
0