mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 14:24:45 -04:00
decomp: Decompile stats-h (#504)
* decomp: Decompile `stats-h` * linting
This commit is contained in:
@@ -649,4 +649,13 @@
|
||||
|
||||
;; TODO - for trajectory.gc
|
||||
(declare-type trajectory structure)
|
||||
(deftype rgba (uint32)
|
||||
((r uint8 :offset 0)
|
||||
(g uint8 :offset 8)
|
||||
(b uint8 :offset 16)
|
||||
(a uint8 :offset 24)
|
||||
)
|
||||
:flag-assert #x900000004
|
||||
)
|
||||
(define-extern add-debug-line (function symbol int vector vector rgba symbol int int))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user