decomp: credits (#533)

* decomp: `credits` but there are still issues

* issues over creating a `new` `font-context`

* decomp: finalized `credits`
This commit is contained in:
Tyler Wilding
2021-06-06 19:57:40 -04:00
committed by GitHub
parent fef7fad65a
commit c19bcd37aa
10 changed files with 443 additions and 20 deletions
+2
View File
@@ -5,3 +5,5 @@
;; name in dgo: game-save
;; dgos: GAME, ENGINE
;; TODO - for credits
(define-extern print-game-text (function string font-context symbol int int float)) ; TODO decomp error, this seems correct though
+3
View File
@@ -9,3 +9,6 @@
"Are we in a movie?"
(nonzero? (logand (-> *kernel-context* prevent-from-run) (process-mask movie)))
)
;; TODO - for credits
(define-extern scf-get-territory (function int))