mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 15:21:12 -04:00
dbc266c00b
* begin work on improved pretty printer * update ref * finish pretty printer * force line break for defstate
24 lines
1.2 KiB
Common Lisp
Vendored
Generated
24 lines
1.2 KiB
Common Lisp
Vendored
Generated
;;-*-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
|
|
)
|
|
)
|
|
)
|