mirror of
https://github.com/open-goal/jak-project
synced 2026-08-09 02:49:19 -04:00
[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:
@@ -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)"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user