Files
jak-project/test/decompiler/reference/engine/collide/collide_REF.gc
T
Tyler Wilding e891b01c0b decomp: relocate and collide (#867)
* decomp: finish `relocate`

* decomp: finish `collide`
2021-09-29 21:00:36 -04:00

31 lines
415 B
Common Lisp
Vendored

;;-*-Lisp-*-
(in-package goal)
;; definition for symbol *collide-vif0-init*, type (array uint32)
(define
*collide-vif0-init*
(the-as (array uint32)
(new
'static
'boxed-array
:type uint32 :length 12 :allocated-length 12
#x30000000
#x4d000000
#x4d000000
#x4d000000
#x3f800000
#x5000001
#x20000000
#x40404040
#x1000404
#x0
#x0
#x0
)
)
)