mirror of
https://github.com/open-goal/jak-project
synced 2026-07-30 16:04:33 -04:00
46b83bda2a
* [decomp] `debug` * shut up
17 lines
296 B
Common Lisp
17 lines
296 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: drawable-group-h.gc
|
|
;; name in dgo: drawable-group-h
|
|
;; dgos: GAME, ENGINE
|
|
|
|
|
|
(deftype drawable-group (drawable)
|
|
((length int16 :offset 6)
|
|
(data drawable 1 :offset-assert 32)
|
|
)
|
|
:flag-assert #x1200000024
|
|
)
|
|
|
|
(define *collide-nodes* 0)
|