mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 22:12:24 -04:00
46b83bda2a
* [decomp] `debug` * shut up
20 lines
425 B
Common Lisp
20 lines
425 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; definition of type drawable-group
|
|
(deftype drawable-group (drawable)
|
|
((length int16 :offset 6)
|
|
(data drawable 1 :offset-assert 32)
|
|
)
|
|
:method-count-assert 18
|
|
:size-assert #x24
|
|
:flag-assert #x1200000024
|
|
)
|
|
|
|
;; definition for symbol *collide-nodes*, type int
|
|
(define *collide-nodes* 0)
|
|
|
|
;; failed to figure out what this is:
|
|
(let ((v0-1 0))
|
|
)
|