mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 17:19:49 -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
26 lines
874 B
Common Lisp
Vendored
Generated
26 lines
874 B
Common Lisp
Vendored
Generated
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; bully-ag.gc - art group OpenGOAL import file
|
|
;; THIS FILE IS AUTOMATICALLY GENERATED!
|
|
|
|
(def-art-elt bully-ag bully-lod0-jg 0)
|
|
(def-art-elt bully-ag bully-lod0-mg 1)
|
|
(def-art-elt bully-ag bully-lod1-mg 2)
|
|
(def-art-elt bully-ag bully-lod2-mg 3)
|
|
(def-art-elt bully-ag bully-shadow-mg 4)
|
|
(def-art-elt bully-ag bully-idle-ja 5)
|
|
(def-art-elt bully-ag bully-notice-jump-up-ja 6)
|
|
(def-art-elt bully-ag bully-notice-land-ja 7)
|
|
(def-art-elt bully-ag bully-start-spin-ja 8)
|
|
(def-art-elt bully-ag bully-spin-ja 9)
|
|
(def-art-elt bully-ag bully-die-ja 10)
|
|
(def-art-elt bully-ag bully-idle-bounced-ja 11)
|
|
(def-art-elt bully-ag bully-spin-bounced-ja 12)
|
|
(def-art-elt bully-ag bully-dizzy-ja 13)
|
|
(def-art-elt bully-ag bully-broken-cage-lod0-jg 14)
|
|
(def-art-elt bully-ag bully-broken-cage-lod0-mg 15)
|
|
(def-art-elt bully-ag bully-broken-cage-explode-ja 16)
|
|
|
|
|