mirror of
https://github.com/open-goal/jak-project
synced 2026-07-29 15:44:03 -04:00
mayor 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": ["snow-flutflut-obs", "snow-button-ag", "flutflut-plat-med-ag", "flutflut-plat-small-ag", "flutflut-plat-large-ag"],
|
||||
"allowed_objects": ["cam-update"],
|
||||
"banned_objects": [],
|
||||
|
||||
////////////////////////////
|
||||
|
||||
@@ -69,7 +69,12 @@
|
||||
(close-specific-task! (game-task jungle-lurkerm) (task-status need-reward-speech))
|
||||
(first-any (-> arg0 tasks) #t)
|
||||
)
|
||||
(new 'static 'spool-anim :name "mayor-resolution-beams" :index 7 :parts 6 :command-list '())
|
||||
(new 'static 'spool-anim
|
||||
:name "mayor-resolution-beams"
|
||||
:index 7
|
||||
:parts 6
|
||||
:command-list '((0 setting-unset ambient-volume))
|
||||
)
|
||||
)
|
||||
|
||||
(defmethod play-anim! mayor ((obj mayor) (arg0 symbol))
|
||||
|
||||
Reference in New Issue
Block a user