mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 01:40:07 -04:00
f1f18e7e05
* prep * Update repo-settings-mark.bat * Update repo-settings-unmark.bat * decomp `joint-mod` * add `joint-mod-ik-callback` to ref exceptions * `chain-physics` * Update jak2_ntsc_v1.jsonc * update bat scripts * `loader` * pretty * refs * support `process->handle` (and `ppointer->handle`?) * refs * source and fixes * fix `ja` detect * `ja` macro implement * fix a method * update source * merge fixes * annoying fixes * format * arg * hack * fix test
16 lines
368 B
Common Lisp
16 lines
368 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: debug.gc
|
|
;; name in dgo: debug
|
|
;; dgos: ENGINE, GAME
|
|
|
|
(defun add-debug-text-sphere ((arg0 symbol) (arg1 bucket-id) (arg2 vector) (arg3 float) (arg4 string) (arg5 rgba))
|
|
(add-debug-sphere arg0 arg1 arg2 arg3 arg5)
|
|
(add-debug-text-3d arg0 arg1 arg4 arg2 (font-color default) (the-as vector2h #f))
|
|
#f
|
|
)
|
|
|
|
;; DECOMP BEGINS
|
|
|