[jak2] add some missing lambdas (#2799)

Should fix the eye problem in
https://github.com/open-goal/jak-project/issues/2797
This commit is contained in:
water111
2023-07-04 18:19:51 -04:00
committed by GitHub
parent 34f49469ec
commit 6c77f51653
8 changed files with 348 additions and 305 deletions
+1 -1
View File
@@ -31247,7 +31247,7 @@
(define-extern get-eye-block (function int int int))
(define-extern convert-eye-data (function eye uint float))
(define-extern merc-eye-anim (function process-drawable none))
(define-extern set-eye-draw-flag (function symbol int int none))
(define-extern set-eye-draw-flag (function symbol int none))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; glist-h ;;
@@ -448,6 +448,7 @@
[26, "(function continue-point target)"]
],
"warp-gate": [
[0, "(function none :behavior scene-player)"],
[8, "(function string none)"],
[12, "(function none :behavior target)"]
],
@@ -1806,5 +1807,9 @@
[11, "(function none :behavior task-manager)"],
[12, "(function none :behavior task-manager)"],
[13, "(function citizen-rebel object symbol none :behavior task-manager)"]
],
"prison-obs": [
[0, "(function none)"],
[1, "(function none)"]
]
}