mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 07:11:15 -04:00
136136e498
Adds `collide-shape` and a few other related ones.
24 lines
680 B
Common Lisp
Vendored
Generated
24 lines
680 B
Common Lisp
Vendored
Generated
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; definition for symbol *collide-vif0-init*, type (array uint32)
|
|
(define *collide-vif0-init* (new 'static 'boxed-array :type uint32
|
|
#x30000000
|
|
#x4d000000
|
|
#x4d000000
|
|
#x4d000000
|
|
#x3f800000
|
|
#x5000001
|
|
#x20000000
|
|
#x40404040
|
|
#x1000404
|
|
#x0
|
|
#x0
|
|
#x0
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|