Files
jak-project/goal_src/jak3/engine/util/script.gc
T
Hat Kid 598ba1aaa3 jak3: add missing files and implement pexcw (#3084)
Some files were in the `banned_objects` list and were thus excluded from
the `all_objs` file.

Also implements the `pexcw` instruction which is only used in `hfrag`
code.
2023-10-12 18:07:37 -04:00

10 lines
107 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: script.gc
;; name in dgo: script
;; dgos: GAME
;; DECOMP BEGINS