mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 12:14:10 -04:00
[decomp] game-info (#779)
* support more process stuff * more of game info * add ref file * progress on save
This commit is contained in:
@@ -183,4 +183,5 @@
|
||||
(define-extern activate-orb-all (function int int)) ;; maybe in hud?
|
||||
(define-extern progress-allowed? (function symbol))
|
||||
(define-extern pause-allowed? (function symbol))
|
||||
(define-extern deactivate-progress (function none))
|
||||
(define-extern deactivate-progress (function none))
|
||||
(define-extern calculate-completion (function symbol float))
|
||||
@@ -35,6 +35,9 @@
|
||||
|
||||
(hidden-power-cell #x12f) ;; why is this here??
|
||||
|
||||
(saving-data #x136)
|
||||
(do-not-remove-mem-card #x138)
|
||||
|
||||
(continue-without-saving #x13f)
|
||||
(back #x13e)
|
||||
(load-game #x14b)
|
||||
@@ -45,7 +48,7 @@
|
||||
(exit-demo #x15f)
|
||||
(press-start #x16e)
|
||||
(quit-game #x16f)
|
||||
|
||||
|
||||
(village1-mayor-money #x200)
|
||||
(vollage1-uncle-money #x201)
|
||||
(village1-yakow-herd #x202)
|
||||
|
||||
Reference in New Issue
Block a user