mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 12:14:10 -04:00
jak2: fill out names for text-id enum (#2640)
This commit is contained in:
@@ -412,7 +412,7 @@ Seen take in - `true-func` which takes no args TODO - seems fishy
|
||||
|
||||
(defmethod process-taskable-method-32 process-taskable ((obj process-taskable))
|
||||
(logior! (-> obj skel status) (joint-control-status eye-anim))
|
||||
(set! (-> obj talk-message) (text-id text-x181))
|
||||
(set! (-> obj talk-message) (text-id press-triangle-to-talk))
|
||||
(set! (-> obj bounce-away) #t)
|
||||
(set! (-> obj will-talk) #t)
|
||||
(set! (-> obj look-at-me) #t)
|
||||
|
||||
Reference in New Issue
Block a user