mirror of
https://github.com/open-goal/jak-project
synced 2026-09-10 04:22:13 -04:00
[goalc] add a build system (#704)
* add first attempt at build system * fix stupid bug * try again
This commit is contained in:
@@ -189,6 +189,8 @@
|
||||
(s3-1 s2-1 (-> *temp-string* data) load-status heap 0)
|
||||
)
|
||||
)
|
||||
(format 0 "loaded text ~A~%" *common-text*)
|
||||
(format 0 "~A~%" (lookup-text! *common-text* (game-text-id continue-without-saving) #f))
|
||||
)
|
||||
(if (<= (the-as int (-> curr-text value)) 0)
|
||||
(set! (-> curr-text value) (the-as object #f))
|
||||
@@ -196,6 +198,7 @@
|
||||
)
|
||||
(set! v0-2 0)
|
||||
(label cfg-27)
|
||||
|
||||
v0-2
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user