mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 02:47:17 -04:00
temp: help
This commit is contained in:
@@ -29338,7 +29338,7 @@
|
||||
(define-extern hide-progress-screen (function none))
|
||||
(define-extern progress-allowed? (function symbol))
|
||||
(define-extern menu-update-purchase-secrets (function menu-secret-option none))
|
||||
(define-extern progress-trans (function none)) ;; TODO - assertion hit when defining behavior
|
||||
(define-extern progress-trans (function none :behavior progress)) ;; TODO - assertion hit when defining behavior
|
||||
(define-extern begin-scan (function hud-box progress int))
|
||||
(define-extern end-scan (function hud-box float int))
|
||||
(define-extern progress-post (function none :behavior progress))
|
||||
|
||||
@@ -13888,4 +13888,4 @@
|
||||
"dma-packet"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
// if you want to filter to only some object names.
|
||||
// it will make the decompiler much faster.
|
||||
"allowed_objects": [],
|
||||
"allowed_objects": ["progress"],
|
||||
"banned_objects": ["effect-control", "time-of-day"],
|
||||
|
||||
////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user