mirror of
https://github.com/open-goal/jak-project
synced 2026-06-15 22:40:34 -04:00
f438ba4e84
* decomp: Almost finish `shadow` blocked on static inline-array * decomp: Add support for `sparticle-launcher` static data * decomp: finalize `shadow` * add definitions for sparticle related symbols * actually fix the crash
11 lines
304 B
Common Lisp
11 lines
304 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: sparticle-launcher.gc
|
|
;; name in dgo: sparticle-launcher
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for shadow
|
|
(define *part-id-table* (new 'global 'boxed-array sparticle-launcher 3584))
|
|
(define *part-group-id-table* (new 'global 'boxed-array sparticle-launch-group 1024))
|