mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
[decomp] fisher and FIN.DGO (finalboss) level (#899)
* decomp `fisher`, `robotboss`, `light-eco`, `green-eco-lurker`, `sage-finalboss`, `robotboss-weapon`, `robotboss-misc` * fixes * add files * add `:states` list to `deftype` and fix files * test state forward decl's on a few more types * also the refs * add light-eco * whatever
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
(define-extern *compact-actors* symbol)
|
||||
(define-extern find-instance-by-name (function string instance))
|
||||
(define-extern *edit-instance* string)
|
||||
(define-extern cam-free-floating state)
|
||||
(define-extern cam-free-floating (state camera-slave))
|
||||
(define-extern cam-standoff state)
|
||||
(define-extern cam-pov state)
|
||||
(define-extern cam-pov180 state)
|
||||
@@ -26,7 +26,7 @@
|
||||
(define-extern cam-eye state)
|
||||
(define-extern cam-point-watch state)
|
||||
(define-extern cam-orbit state)
|
||||
(define-extern cam-robotboss state)
|
||||
(define-extern cam-robotboss (state camera-slave))
|
||||
(define-extern cam-layout-stop (function none))
|
||||
(define-extern cam-layout-start (function none))
|
||||
(define-extern prototype-bucket-recalc-fields (function instance none))
|
||||
|
||||
Reference in New Issue
Block a user