mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 01:40:07 -04:00
8a18072d97
* git: ignore vs build dir * cmake: ditch `clang-cl` on windows in favor of actual `clang` * build: suppress a significant number of warnings * build: adjust workflows and vendor nasm * docs: update docs to remove `clang-cl` mentions * tests: move jak1 reference tests into their own folder * tests: update offline tests to support multiple games * tests: some additional fixes and multi-game handling * tests: update reference tests
21 lines
1.0 KiB
Common Lisp
Vendored
Generated
21 lines
1.0 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
|
|
#x30000000
|
|
#x4d000000
|
|
#x4d000000
|
|
#x4d000000
|
|
#x3f800000
|
|
#x5000001
|
|
#x20000000
|
|
#x40404040
|
|
#x1000404
|
|
#x0
|
|
#x0
|
|
#x0
|
|
)
|
|
)
|
|
)
|