mirror of
https://github.com/open-goal/jak-project
synced 2026-07-25 22:31:06 -04:00
logic-target PAL patch
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
// if you want to filter to only some object names.
|
||||
// it will make the decompiler much faster.
|
||||
"allowed_objects": ["target-racer-h", "eichar-ag", "deathcam-ag", "balloon-ag"],
|
||||
"allowed_objects": ["logic-target", "eichar-ag", "deathcam-ag", "balloon-ag"],
|
||||
"banned_objects": [],
|
||||
|
||||
////////////////////////////
|
||||
|
||||
@@ -2026,6 +2026,8 @@
|
||||
)
|
||||
(activate-hud self)
|
||||
(set! (-> self fp-hud) (the-as handle #f))
|
||||
;; PAL patch here
|
||||
(set! (-> self burn-proc) (the-as handle #f))
|
||||
(set! (-> self water) (new 'process 'water-control self 9 0.0 8192.0 2048.0))
|
||||
(set! (-> self water flags) (water-flags wt04 wt05 wt06 wt07 wt22))
|
||||
(reset-target-state #t)
|
||||
|
||||
Reference in New Issue
Block a user