jak2: fill out names for text-id enum (#2640)

This commit is contained in:
Hat Kid
2023-05-17 01:48:44 +02:00
committed by GitHub
parent 0dccd048ef
commit ebc90d57ed
36 changed files with 4422 additions and 2768 deletions
@@ -380,7 +380,7 @@ Seen take in - `true-func` which takes no args TODO - seems fishy
;; WARN: Return type mismatch int vs none.
(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)