mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 11:14:50 -04:00
some more
This commit is contained in:
@@ -9472,7 +9472,7 @@
|
||||
;; - Types
|
||||
|
||||
(deftype prototype-bucket (basic)
|
||||
((name basic :offset-assert 4)
|
||||
((name string :offset-assert 4)
|
||||
(flags uint32 :offset-assert 8)
|
||||
(in-level uint16 :offset-assert 12)
|
||||
(utextures uint16 :offset-assert 14)
|
||||
@@ -9500,6 +9500,7 @@
|
||||
(deftype prototype-bucket-shrub (prototype-bucket)
|
||||
((mod-count uint16 4 :offset-assert 88)
|
||||
(last uint32 4 :offset-assert 96)
|
||||
(something uint128 :offset 80)
|
||||
(last-clear uint128 :offset 96)
|
||||
)
|
||||
:method-count-assert 9
|
||||
@@ -16744,7 +16745,7 @@
|
||||
(define-extern shrub-make-perspective-matrix (function matrix matrix))
|
||||
(define-extern shrub-time (function int int int int int int)) ;; unused
|
||||
(define-extern draw-inline-array-instance-shrub (function dma-buffer drawable int (inline-array prototype-bucket-shrub) none))
|
||||
(define-extern draw-prototype-inline-array-shrub (function int shrub-near-packet none))
|
||||
(define-extern draw-prototype-inline-array-shrub (function int (inline-array prototype-bucket-shrub) none))
|
||||
(define-extern shrub-upload-test (function generic-shrub-fragment none))
|
||||
(define-extern test-func (function none))
|
||||
|
||||
|
||||
@@ -7413,7 +7413,12 @@
|
||||
|
||||
"draw-prototype-inline-array-shrub": [
|
||||
[156, "v1", "terrain-context"],
|
||||
[277, "v1", "terrain-context"]
|
||||
[223, "v1", "drawable-group"],
|
||||
[277, "v1", "terrain-context"],
|
||||
[344, "v1", "drawable-group"],
|
||||
[398, "v1", "terrain-context"],
|
||||
[[498, 507], "a1", "prototype-bucket-shrub"],
|
||||
[540, "v1", "terrain-context"]
|
||||
],
|
||||
|
||||
"(method 8 drawable-tree-instance-shrub)": [
|
||||
|
||||
Reference in New Issue
Block a user