Skip to content

Commit

Permalink
add menu option for ptbr (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
water111 authored Sep 2, 2022
1 parent 97637d7 commit 909bde8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions goal_src/jak1/pc/progress-pc.gc
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
(define *text-languages* (static-text-list-array
english uk-english french german spanish italian japanese))
(define *subtitle-languages* (static-text-list-array
english german spanish))
english german spanish br-portuguese))



Expand Down Expand Up @@ -531,7 +531,7 @@
(dotimes (i (pc-get-monitor-count))
(add-monitor-option (game-text-id display-fmt) i)
)

(add-back-option)
*temp-options*)

Expand Down Expand Up @@ -1817,7 +1817,7 @@
)
(((game-option-type monitor))
;; monitor list
(set! option-str
(set! option-str
(string-format (lookup-text! *common-text* (-> options index name) #f)
(+ 1 (the int (-> options index param1)))
)
Expand Down

0 comments on commit 909bde8

Please sign in to comment.