mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
0212aa10c9
* update refs * [decompiler] read and process art groups * finish decompiler art group selection & detect in `ja-group?` * make art stuff work on offline tests! * [decompiler] detect `ja-group!` (primitive) * corrections. * more * use new feature on skel groups! * find `loop!` as well * fully fledged `ja` macro & decomp + `loop` detect * fancy fixed point printing! * update source * `:num! max` (i knew i should've done this) * Update jak1_ntsc_black_label.jsonc * hi imports * make compiling the game work * fix `defskelgroup` * clang * update refs * fix chan * fix seek and finalboss * fix tests * delete unused function * track let rewrite stats * reorder `rewrite_let` * Update .gitattributes * fix bug with `:num! max` * Update robotboss-part.gc * Update goal-lib.gc * document `ja` * get rid of pc fixes thing * use std::abs
27 lines
1.0 KiB
Common Lisp
Vendored
Generated
27 lines
1.0 KiB
Common Lisp
Vendored
Generated
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; ice-cube-ag.gc - art group OpenGOAL import file
|
|
;; THIS FILE IS AUTOMATICALLY GENERATED!
|
|
|
|
(def-art-elt ice-cube-ag ice-cube-lod0-jg 0)
|
|
(def-art-elt ice-cube-ag ice-cube-lod0-mg 1)
|
|
(def-art-elt ice-cube-ag ice-cube-lod1-mg 2)
|
|
(def-art-elt ice-cube-ag ice-cube-lod2-mg 3)
|
|
(def-art-elt ice-cube-ag ice-cube-shadow-mg 4)
|
|
(def-art-elt ice-cube-ag ice-cube-vuln-idle-ja 5)
|
|
(def-art-elt ice-cube-ag ice-cube-vuln-walk-ja 6)
|
|
(def-art-elt ice-cube-ag ice-cube-appear-jump-up-ja 7)
|
|
(def-art-elt ice-cube-ag ice-cube-appear-land-ja 8)
|
|
(def-art-elt ice-cube-ag ice-cube-extend-spikes-ja 9)
|
|
(def-art-elt ice-cube-ag ice-cube-turn-on-player-ja 10)
|
|
(def-art-elt ice-cube-ag ice-cube-turn-on-player-land-ja 11)
|
|
(def-art-elt ice-cube-ag ice-cube-invuln-run-ja 12)
|
|
(def-art-elt ice-cube-ag ice-cube-invuln-stopping-ja 13)
|
|
(def-art-elt ice-cube-ag ice-cube-retract-spikes-ja 14)
|
|
(def-art-elt ice-cube-ag ice-cube-breathing-ja 15)
|
|
(def-art-elt ice-cube-ag ice-cube-head-wipe-ja 16)
|
|
(def-art-elt ice-cube-ag ice-cube-invuln-stopping-upright-ja 17)
|
|
|
|
|